Configuration item for PluginConfig library.
More...
Configuration item for PluginConfig library.
Engine / Object Library
- Author
- CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
- Version
- 1.0.1.2
- Date
- Creation: Oct 2007
-
Modification: Jul 2025
- Copyright
- 2007 - 2025 CaMykS Team
- Note
- This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. PushNotification class.
◆ __construct()
| PluginConfigItem::__construct |
( |
|
$name, |
|
|
|
$type, |
|
|
|
$default = null |
|
) |
| |
Class constructor.
- Parameters
-
| string | $name | |
| string | $type | |
| mixed | $default | |
◆ initialise()
| PluginConfigItem::initialise |
( |
| ) |
|
Initialise object with default value.
- Returns
- void
◆ check_value()
| PluginConfigItem::check_value |
( |
|
$value | ) |
|
Return checked value case of object type.
- Parameters
-
- Returns
- mixed
◆ get_fromHeader()
| PluginConfigItem::get_fromHeader |
( |
| ) |
|
Load object value from header.
- Returns
- mixed
◆ get_default()
| PluginConfigItem::get_default |
( |
| ) |
|
Load default value case of object type
- Returns
- mixed
◆ update_type()
| PluginConfigItem::update_type |
( |
|
$value | ) |
|
Update value type
- Parameters
-
- Returns
- mixed
◆ $_name
| string PluginConfigItem::$_name |
◆ $_type
| string PluginConfigItem::$_type |
◆ $_default
| string PluginConfigItem::$_default |
|
private |
◆ $datatype
| string PluginConfigItem::$datatype |
Item data type, can be text / etext / int / float / date / password / list.
◆ $datadesc
| string PluginConfigItem::$datadesc |
Item data description (database type compatible with MySQL).
◆ $datadesc2
| string PluginConfigItem::$datadesc2 |
Secondary information of item data description.
The documentation for this class was generated from the following file: