[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/Smarty/libs/sysplugins/ -> smarty_config_source.php (summary)

Smarty Internal Plugin

File Size: 95 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Smarty_Config_Source:: (3 methods):
  __construct()
  __set()
  __get()


Class: Smarty_Config_Source  - X-Ref

Smarty Resource Data Object

Meta Data Container for Config Files

__construct(Smarty_Resource $handler, Smarty $smarty, $resource, $type, $name, $unique_resource)   X-Ref
create Config Object container

param: Smarty_Resource $handler          Resource Handler this source object communicates with
param: Smarty          $smarty           Smarty instance this source object belongs to
param: string          $resource         full config_resource
param: string          $type             type of resource
param: string          $name             resource name
param: string          $unique_resource  unqiue resource name

__set($property_name, $value)   X-Ref
<<magic>> Generic setter.

param: string $property_name valid: content, timestamp, exists
param: mixed  $value         newly assigned value (not check for correct type)

__get($property_name)   X-Ref
<<magic>> Generic getter.

param: string $property_name valid: content, timestamp, exists



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1