class GlobalContainer (View source)

The GlobalContainer class.

Methods

static void
addCompiler(string $name, callable $compiler)

addCompiler

static callable
getCompiler(string $name)

getCompiler

static void
removeCompiler(string $name)

removeCompiler

static callable[]
getCompilers()

Method to get property Compilers

static void
setCompilers(array $compilers)

Method to set property extensions

static void
addExtension(string $name, callable $extension)

addExtension

static callable
getExtension(string $name)

getExtension

static void
removeExtension(string $name)

removeExtension

static array
getExtensions()

Method to get property Extensions

static void
setExtensions(array $extensions)

Method to set property extensions

static string
getCachePath()

Method to get property CachePath

static void
setCachePath(string $cachePath)

Method to set property cachePath

static array
getRawTags()

Method to get property RawTags

static 
setRawTags(string $start, string $end)

Method to set property rawTags

static array
getContentTags()

Method to get property ContentTags

static 
setContentTags(string $start, string $end)

Method to set property contentTags

static array
getEscapedTags()

Method to get property EscapedTags

static 
setEscapedTags(string $start, string $end)

Method to set property escapedTags

Details

at line line 68
static void addCompiler(string $name, callable $compiler)

addCompiler

Parameters

string $name
callable $compiler

Return Value

void

at line line 85
static callable getCompiler(string $name)

getCompiler

Parameters

string $name

Return Value

callable

at line line 102
static void removeCompiler(string $name)

removeCompiler

Parameters

string $name

Return Value

void

at line line 115
static callable[] getCompilers()

Method to get property Compilers

Return Value

callable[]

at line line 127
static void setCompilers(array $compilers)

Method to set property extensions

Parameters

array $compilers

Return Value

void

at line line 140
static void addExtension(string $name, callable $extension)

addExtension

Parameters

string $name
callable $extension

Return Value

void

at line line 157
static callable getExtension(string $name)

getExtension

Parameters

string $name

Return Value

callable

at line line 174
static void removeExtension(string $name)

removeExtension

Parameters

string $name

Return Value

void

at line line 187
static array getExtensions()

Method to get property Extensions

Return Value

array

at line line 199
static void setExtensions(array $extensions)

Method to set property extensions

Parameters

array $extensions

Return Value

void

at line line 209
static string getCachePath()

Method to get property CachePath

Return Value

string

at line line 221
static void setCachePath(string $cachePath)

Method to set property cachePath

Parameters

string $cachePath

Return Value

void

at line line 231
static array getRawTags()

Method to get property RawTags

Return Value

array

at line line 242
static setRawTags(string $start, string $end)

Method to set property rawTags

Parameters

string $start
string $end

at line line 252
static array getContentTags()

Method to get property ContentTags

Return Value

array

at line line 263
static setContentTags(string $start, string $end)

Method to set property contentTags

Parameters

string $start
string $end

at line line 273
static array getEscapedTags()

Method to get property EscapedTags

Return Value

array

at line line 284
static setEscapedTags(string $start, string $end)

Method to set property escapedTags

Parameters

string $start
string $end