Public Member Functions | |
| __construct ($connection) | |
| getAllowedSiteList () | |
| deleteAllowedSite ($id, $connection) | |
| editSite ($id, $sitename, $connection) | |
| addSite ($name, $connection) | |
AllowedSites means the sites which are public and don't need a login.
| allowedSites::__construct | ( | $connection | ) |
The construct get all allowedsites in the beginn..
| unknown_type | $connection |
| allowedSites::addSite | ( | $name, | |
| $connection | |||
| ) |
Add a site.. but take care! This works with regex!!!
| unknown_type | $name | |
| unknown_type | $connection |
| allowedSites::deleteAllowedSite | ( | $id, | |
| $connection | |||
| ) |
Delete a site
| unknown_type | $id | |
| unknown_type | $connection |
| allowedSites::editSite | ( | $id, | |
| $sitename, | |||
| $connection | |||
| ) |
Edit a such site..
| unknown_type | $id | |
| unknown_type | $sitename | |
| unknown_type | $connection |
| allowedSites::getAllowedSiteList | ( | ) |
Get the list of allowed sites..
1.8.6