\Smarty_Template_Compiled

Smarty Resource Data Object

Meta Data Container for Template Files

Summary

Methods
Properties
Constants
__construct()
$filepath
$timestamp
$exists
$loaded
$isCompiled
$source
$_properties
$content
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$filepath

$filepath : string

Compiled Filepath

Type

string

$timestamp

$timestamp : integer

Compiled Timestamp

Type

integer

$exists

$exists : boolean

Compiled Existance

Type

boolean

$loaded

$loaded : boolean

Compiled Content Loaded

Type

boolean

$isCompiled

$isCompiled : boolean

Template was compiled

Type

boolean

$_properties

$_properties : array

Metadata properties

populated by Smarty_Internal_Template::decodeProperties()

Type

array

$content

$content : string

compiled content

Type

string

Methods

__construct()

__construct(\Smarty_Template_Source  $source) 

create Compiled Object container

Parameters

\Smarty_Template_Source $source

source object this compiled object belongs to