Definition at line 44 of file IntegrationTest.php.
◆ bar()
TwigTestFoo::bar |
( |
|
$param1 = null , |
|
|
|
$param2 = null |
|
) |
| |
Definition at line 51 of file IntegrationTest.php.
53 return 'bar'.($param1 ?
'_'.$param1 :
'').($param2 ?
'-'.$param2 :
'');
◆ current()
◆ getFoo()
◆ getSelf()
◆ in()
◆ is()
◆ key()
◆ next()
◆ not()
◆ rewind()
◆ strToLower()
TwigTestFoo::strToLower |
( |
|
$value | ) |
|
◆ valid()
Definition at line 106 of file IntegrationTest.php.
References array.
108 return isset($this->
array[$this->position]);
Create styles array
The data for the language used.
◆ $array
TwigTestFoo::$array = array(1, 2) |
◆ $position
TwigTestFoo::$position = 0 |
◆ BAR_NAME
const TwigTestFoo::BAR_NAME = 'bar' |
The documentation for this class was generated from the following file: