$uid
$uid : string
Unique Template ID
$smarty : \Box\Brainy\Brainy
Smarty instance
$compiledCache : \Box\Brainy\Templates\CompiledTemplate|null
Cache of the CompiledTemplate
__construct(Resource $handler, \Box\Brainy\Brainy $smarty, string $type, string $name, string $unique_resource)
Resource | $handler | Resource Handler this source object communicates with |
\Box\Brainy\Brainy | $smarty | Smarty instance this source object belongs to |
string | $type | type of resource |
string | $name | resource name |
string | $unique_resource | unqiue resource name |
getCompiled(\Box\Brainy\Templates\Template $_template) : \Box\Brainy\Templates\CompiledTemplate
get a Compiled Object of this source
\Box\Brainy\Templates\Template | $_template | template objet |
compiled object