Twig_TemplateMagicPropertyObject
Table of Contents
-
$attributes
: mixed
-
$defined
: mixed
-
$protected
: mixed
-
__get()
: mixed
-
__isset()
: mixed
$attributes
public
mixed
$attributes
= ['zero' => 0, 'null' =>
ull, '1' => 1, 'bar' => rue, 'foo' => rue, 'baz' => 'baz', 'baf' => 'baf', '09' => '09', '+4' => '+4']
$defined
public
mixed
$defined
= 'defined'
$protected
protected
mixed
$protected
= 'protected'
__get()
public
__get(mixed $name) : mixed
Parameters
-
$name
: mixed
-
Return values
mixed
—
__isset()
public
__isset(mixed $name) : mixed
Parameters
-
$name
: mixed
-
Return values
mixed
—