42 if (!self::$instance) {
43 self::$instance =
new self();
45 return self::$instance;
70 if (!$this->enabled) {
73 if (count($this->domains)) {
74 if (in_array(trim($a_domain), $this->
getDomains())) {
85 $this->enabled = $stat;
99 $this->enabled = $this->
settings->get(
'pub_section', $this->enabled);
101 $domains = $this->
settings->get(
'pub_section_domains', serialize($this->domains));
102 $this->domains = unserialize(
$domains);
__construct()
read settings
$GLOBALS['loaded']
Global hash that tracks already loaded includes.
Description of class class.
static getInstance()
Get instance.
setDomains(array $domains)
Create styles array
The data for the language used.
isEnabledForDomain($a_domain)
Check if public section.