\Box\Brainy\TemplatesCompiledTemplate

Summary

Methods
Properties
Constants
__construct()
load()
$filepath
$timestamp
$exists
$loaded
$isCompiled
$source
$_properties
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|null

Compiled Timestamp

Type

integer|null

$exists

$exists : boolean

Compiled Existence

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 Template::decodeProperties()

Type

array

Methods

__construct()

__construct(\Box\Brainy\Templates\TemplateSource  $source) 

create Compiled Object container

Parameters

\Box\Brainy\Templates\TemplateSource $source

source object this compiled object belongs to