public function __get($strName) {
            switch ($strName) {
                case 'Culture': return $this->strCulture;
                case 'Disabled': return $this->blnDisabled;
                case 'Icons': return $this->mixIcons;