Procedural File: ConfigurationEntry.php

Source Location: /CORE/system/classes/configuration/ConfigurationEntry.php

Page Details

BIGACE - a PHP and MySQL based Web CMS.

Copyright (C) Kevin Papst.

BIGACE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

BIGACE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

For further information visit http://www.bigace.de.

Classes
Class Description
ConfigurationEntry This class represents one Configuration Entry.
Constants
CONFIG_TYPE_ADMIN_STYLE  [line 54]

CONFIG_TYPE_ADMIN_STYLE = 'adminstyle'

Marks a Config Entry as a Admin Style.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_BOOLEAN  [line 69]

CONFIG_TYPE_BOOLEAN = 'boolean'

Marks a Config Entry as a Boolean Type.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_CATEGORY_ID  [line 44]

CONFIG_TYPE_CATEGORY_ID = 'category'

Marks a Config Entry as a Category ID.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_CLASSNAME  [line 109]

CONFIG_TYPE_CLASSNAME = 'class'

Marks a Config as ClassName.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_DESIGN  [line 99]

CONFIG_TYPE_DESIGN = 'design'

Marks a Config as a Design.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_EDITOR  [line 34]

CONFIG_TYPE_EDITOR = 'editor'

Marks a Config Entry as a String Type.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_GROUP_ID  [line 84]

CONFIG_TYPE_GROUP_ID = 'group'

Marks a Config as a User Group ID.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_INT  [line 59]

CONFIG_TYPE_INT = 'integer'

Marks a Config Entry as a Integer Type.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_LANGUAGE  [line 39]

CONFIG_TYPE_LANGUAGE = 'language'

Marks a Config Entry as a Language locale.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_LOGLEVEL  [line 104]

CONFIG_TYPE_LOGLEVEL = 'loglevel'

Marks a Config as LogLevel.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_LONG  [line 64]

CONFIG_TYPE_LONG = 'long'

Marks a Config Entry as a Long Type.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_MENU_ID  [line 79]

CONFIG_TYPE_MENU_ID = 'menu_id'

Marks a Config as a Menu ID.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_STRING  [line 49]

CONFIG_TYPE_STRING = 'string'

Marks a Config Entry as a String Type.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_TEMPLATE  [line 89]

CONFIG_TYPE_TEMPLATE = 'template'

Marks a Config as a Template.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_TEMPLATE_INCLUDE  [line 94]

CONFIG_TYPE_TEMPLATE_INCLUDE = 'tpl_inc'

Marks a Config as a Template or Include.

API Tags:
Access:  public


[ Top ]

CONFIG_TYPE_TIMESTAMP  [line 74]

CONFIG_TYPE_TIMESTAMP = 'timestamp'

Marks a Config as a Timestamp.

API Tags:
Access:  public


[ Top ]