Class Smarty_Config_Source

Description

Smarty Resource Data Object

Meta Data Container for Config Files

  • author: Rodney Rehm

Located in /libs/sysplugins/smarty_config_source.php (line 22)

Smarty_Template_Source
   |
   --Smarty_Config_Source
Method Summary
Smarty_Config_Source __construct (Smarty_Resource $handler, Smarty $smarty, string $resource, string $type, string $name)
void __get (string $property_name)
void __set (string $property_name, mixed $value)
Variables
Methods
Constructor __construct (line 33)

create Config Object container

  • access: public
Smarty_Config_Source __construct (Smarty_Resource $handler, Smarty $smarty, string $resource, string $type, string $name)
  • 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

Redefinition of:
Smarty_Template_Source::__construct()
create Source Object container
__get (line 89)

magic>> Generic getter.

  • throws: SmartyException when the given property name is not valid
  • access: public
void __get (string $property_name)
  • string $property_name: valid: content, timestamp, exists

Redefinition of:
Smarty_Template_Source::__get()
magic>> Generic getter.
__set (line 69)

magic>> Generic setter.

  • throws: SmartyException when the given property name is not valid
  • access: public
void __set (string $property_name, mixed $value)
  • string $property_name: valid: content, timestamp, exists
  • mixed $value: newly assigned value (not check for correct type)

Redefinition of:
Smarty_Template_Source::__set()
magic>> Generic Setter.

Inherited Methods

Inherited From Smarty_Template_Source

Smarty_Template_Source::__construct()
Smarty_Template_Source::getCompiled()
Smarty_Template_Source::renderUncompiled()
Smarty_Template_Source::__get()
Smarty_Template_Source::__set()

Documentation generated on Sat, 24 Sep 2011 20:23:35 +0200 by phpDocumentor 1.4.1