|
Open Journal Systems
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from DataObject | |
| $_data = array() | |
| $_extractionAdaptersLoaded = false | |
| $_hasLoadableAdapters = false | |
| $_injectionAdaptersLoaded = false | |
| $_metadataExtractionAdapters = array() | |
| $_metadataInjectionAdapters = array() | |
| Site::getInstalledLocales | ( | ) |
Get installed locales.
Definition at line 160 of file Site.inc.php.
References DataObject\getData().
| Site::getLocalizedAbout | ( | ) |
Get localized site about statement.
Definition at line 106 of file Site.inc.php.
References DataObject\getLocalizedData().
| Site::getLocalizedContactEmail | ( | ) |
Get localized site contact email.
Definition at line 120 of file Site.inc.php.
References DataObject\getLocalizedData().
| Site::getLocalizedContactName | ( | ) |
Get localized site contact name.
Definition at line 113 of file Site.inc.php.
References DataObject\getLocalizedData().
| Site::getLocalizedPageHeaderTitle | ( | ) |
Get "localized" site page title (if applicable).
Definition at line 71 of file Site.inc.php.
References DataObject\getData(), DataObject\getLocalizedData(), and AppLocale\getPrimaryLocale().
| Site::getLocalizedTitle | ( | ) |
Get localized site title.
Definition at line 63 of file Site.inc.php.
References DataObject\getLocalizedData().
| Site::getMinPasswordLength | ( | ) |
Get minimum password length.
Definition at line 128 of file Site.inc.php.
References DataObject\getData().
| Site::getPrimaryLocale | ( | ) |
Get primary locale.
Definition at line 144 of file Site.inc.php.
References DataObject\getData().
| Site::getRedirect | ( | ) |
Get redirect
Definition at line 91 of file Site.inc.php.
References DataObject\getData().
| & Site::getSupportedLocaleNames | ( | ) |
Return associative array of all locales supported by the site. These locales are used to provide a language toggle on the main site pages.
Definition at line 30 of file Site.inc.php.
References Registry\get(), PKPLocale\getAllLocales(), and getSupportedLocales().
| Site::getSupportedLocales | ( | ) |
Get array of all supported locales (for static text).
Definition at line 177 of file Site.inc.php.
References DataObject\getData().
Referenced by getSupportedLocaleNames().
| Site::getTitle | ( | $locale = null | ) |
Get site title.
| $locale | string Locale code to return, if desired. |
Definition at line 56 of file Site.inc.php.
References DataObject\getData().
| Site::setInstalledLocales | ( | $installedLocales | ) |
Set installed locales.
| $installedLocales | array |
Definition at line 169 of file Site.inc.php.
References DataObject\setData().
| Site::setMinPasswordLength | ( | $minPasswordLength | ) |
Set minimum password length.
| $minPasswordLength | int |
Definition at line 136 of file Site.inc.php.
References DataObject\setData().
| Site::setPrimaryLocale | ( | $primaryLocale | ) |
Set primary locale.
| $primaryLocale | string |
Definition at line 152 of file Site.inc.php.
References DataObject\setData().
| Site::setRedirect | ( | $redirect | ) |
Set redirect
| $redirect | int |
Definition at line 99 of file Site.inc.php.
References DataObject\setData().
| Site::setSupportedLocales | ( | $supportedLocales | ) |
Set array of all supported locales (for static text).
| $supportedLocales | array |
Definition at line 186 of file Site.inc.php.
References DataObject\setData().