|
| __construct (Smarty_Resource $handler, Smarty $smarty, $resource, $type, $name, $unique_resource) |
| create Config Object container More...
|
|
| __set ($property_name, $value) |
| <<magic>> Generic setter. More...
|
|
| __get ($property_name) |
| <<magic>> Generic getter. More...
|
|
| __construct (Smarty_Resource $handler, Smarty $smarty, $resource, $type, $name, $unique_resource) |
| create Source Object container More...
|
|
| getCompiled (Smarty_Internal_Template $_template) |
| get a Compiled Object of this source More...
|
|
| renderUncompiled (Smarty_Internal_Template $_template) |
| render the uncompiled source More...
|
|
| __set ($property_name, $value) |
| <<magic>> Generic Setter. More...
|
|
| __get ($property_name) |
| <<magic>> Generic getter. More...
|
|
Definition at line 22 of file smarty_config_source.php.
create Config Object container
- Parameters
-
Smarty_Resource | $handler | Resource Handler this source object communicates with |
Smarty | $smarty | Smarty instance this source object belongs to |
string | $resource | full config_resource |
string | $type | type of resource |
string | $name | resource name |
string | $unique_resource | unqiue resource name |
Definition at line 34 of file smarty_config_source.php.
<<magic>> Generic getter.
- Parameters
-
string | $property_name | valid: content, timestamp, exists |
- Exceptions
-
Definition at line 77 of file smarty_config_source.php.
__set |
( |
|
$property_name, |
|
|
|
$value |
|
) |
| |
<<magic>> Generic setter.
- Parameters
-
string | $property_name | valid: content, timestamp, exists |
mixed | $value | newly assigned value (not check for correct type) |
- Exceptions
-
Definition at line 57 of file smarty_config_source.php.
The documentation for this class was generated from the following file: