\Smarty_Internal_Runtime_Capture

Runtime Extension Capture

Summary

Methods
Properties
Constants
open()
startRender()
close()
error()
getBuffer()
endRender()
$isPrivateExtension
No constants found
No protected methods found
No protected properties found
N/A
register()
$captureStack
$captureCount
$countStack
$namedBuffer
$isRegistered
N/A

Properties

$isPrivateExtension

$isPrivateExtension : boolean

Flag that this instance will not be cached

Type

boolean

$captureStack

$captureStack : array

Stack of capture parameter

Type

array

$captureCount

$captureCount : integer

Current open capture sections

Type

integer

$countStack

$countStack : array<mixed,integer>

Count stack

Type

array<mixed,integer>

$namedBuffer

$namedBuffer : array<mixed,string>

Named buffer

Type

array<mixed,string>

$isRegistered

$isRegistered : boolean

Flag if callbacks are registered

Type

boolean

Methods

open()

open(\Smarty_Internal_Template  $_template, string  $buffer, string  $assign, string  $append) 

Open capture section

Parameters

\Smarty_Internal_Template $_template
string $buffer

capture name

string $assign

variable name

string $append

variable name

startRender()

startRender(\Smarty_Internal_Template  $_template) 

Start render callback

Parameters

\Smarty_Internal_Template $_template

close()

close(\Smarty_Internal_Template  $_template) 

Close capture section

Parameters

\Smarty_Internal_Template $_template

Throws

\SmartyException

error()

error(\Smarty_Internal_Template  $_template) 

Error exception on not matching {capture}{/capture}

Parameters

\Smarty_Internal_Template $_template

Throws

\SmartyException

getBuffer()

getBuffer(\Smarty_Internal_Template  $_template,   $name) : null

Return content of named capture buffer

Parameters

\Smarty_Internal_Template $_template
$name

Returns

null

endRender()

endRender(\Smarty_Internal_Template  $_template) 

End render callback

Parameters

\Smarty_Internal_Template $_template

Throws

\SmartyException

register()

register(\Smarty_Internal_Template  $_template) 

Register callbacks in template class

Parameters

\Smarty_Internal_Template $_template