Documentation

Twig_TemplateTest extends Template
in package

Table of Contents

$name  : mixed
__construct()  : mixed
block_name()  : mixed
getDebugInfo()  : mixed
getEmpty()  : mixed
getString()  : mixed
getTemplateName()  : mixed
getTrue()  : mixed
getZero()  : mixed
doDisplay()  : mixed
doGetParent()  : mixed

Properties

Methods

__construct()

public __construct(Environment $env[, mixed $name = 'index.twig' ]) : mixed
Parameters
$env : Environment
$name : mixed = 'index.twig'
Return values
mixed

block_name()

public block_name(mixed $context[, array<string|int, mixed> $blocks = [] ]) : mixed
Parameters
$context : mixed
$blocks : array<string|int, mixed> = []
Return values
mixed

getDebugInfo()

public getDebugInfo() : mixed
Return values
mixed

getEmpty()

public getEmpty() : mixed
Return values
mixed

getString()

public getString() : mixed
Return values
mixed

getTemplateName()

public getTemplateName() : mixed
Return values
mixed

getTrue()

public getTrue() : mixed
Return values
mixed

getZero()

public getZero() : mixed
Return values
mixed

doDisplay()

protected doDisplay(array<string|int, mixed> $context[, array<string|int, mixed> $blocks = [] ]) : mixed
Parameters
$context : array<string|int, mixed>
$blocks : array<string|int, mixed> = []
Return values
mixed

doGetParent()

protected doGetParent(array<string|int, mixed> $context) : mixed
Parameters
$context : array<string|int, mixed>
Return values
mixed

Search results