Public Member Functions | |
ConfigIncBackend ($petition) | |
GetConfig () | |
SetConfig ($keys) | |
_MakeContent ($keys) | |
_WriteFile ($content, $file) | |
Public Attributes | |
$idM | |
The id of the module. | |
$idG | |
The id of the group. | |
$idU | |
The id of the user. | |
$fileName | |
The name of the file where is the config. | |
$realFileName | |
The name of the file in the file system. |
Definition at line 15 of file ConfigIncBackend.class.php.
|
Initializes de backend with a petition.
Definition at line 28 of file ConfigIncBackend.class.php. References JSystem::GetConfig(), and Modules::GetInstance(). |
|
Gets the file that contains all the config
Definition at line 98 of file ConfigIncBackend.class.php. |
|
Writes a string into the specified file.
Definition at line 132 of file ConfigIncBackend.class.php. |
|
Returns the configuration keys and values for the specified petition.
Reimplemented from IConfigBackend. Definition at line 74 of file ConfigIncBackend.class.php. |
|
Stores an array of key, value pairs in the DB.
Reimplemented from IConfigBackend. Definition at line 84 of file ConfigIncBackend.class.php. |
|
The name of the file where is the config.
Definition at line 21 of file ConfigIncBackend.class.php. |
|
The id of the group.
Definition at line 18 of file ConfigIncBackend.class.php. |
|
The id of the module.
Definition at line 17 of file ConfigIncBackend.class.php. |
|
The id of the user.
Definition at line 19 of file ConfigIncBackend.class.php. |
|
The name of the file in the file system.
Definition at line 22 of file ConfigIncBackend.class.php. |