Configuration: ezcConfigurationIniItem
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcConfigurationIniItem
|
A container to store one INI settings item [
source]
This struct is used in various classes to store the data accompanying one INI setting.
Constants
GROUP_HEADER
= 2
|
The Configuration item is a group.. |
SETTING
= 1
|
The Configuration item is a setting. |
Member Variables
|
public string |
$comments
Comments that belong to this setting. |
|
public string |
$dimensions
The dimensions of the setting. |
|
public string |
$group
The name of the group this setting belongs to. |
|
public string |
$setting
The name of the setting or the group. |
|
public int |
$type
The item type. |
|
public mixed |
$value
The setting's value. |
Method Summary
|
public ezcConfigurationIniItem |
__construct(
$type, $group, $setting, $dimensions, $comments, $value )
Constructs an ezcConfigurationIniItem object. |
|
public static void |
__set_state(
$array )
|
Methods
__construct
ezcConfigurationIniItem __construct(
int
$type, string
$group, string
$setting, string
$dimensions, string
$comments, mixed
$value )
Constructs an ezcConfigurationIniItem object.
Parameters
| Name |
Type |
Description |
$type |
int |
Either SETTING or GROUP_HEADER |
$group |
string |
|
$setting |
string |
|
$dimensions |
string |
|
$comments |
string |
|
$value |
mixed |
|
__set_state
void __set_state(
$array )
Parameters
| Name |
Type |
Description |
$array |
array |
|
Last updated: Fri, 02 Nov 2007