29 $this->options = array_merge(
array(
30 'is_variadic' =>
false,
31 'node_class' =>
'Twig_Node_Expression_Test',
32 'deprecated' =>
false,
33 'alternative' => null,
49 return $this->options[
'node_class'];
54 return $this->options[
'is_variadic'];
59 return (
bool) $this->options[
'deprecated'];
64 return $this->options[
'deprecated'];
69 return $this->options[
'alternative'];
73 class_alias(
'Twig_SimpleTest',
'Twig\TwigTest',
false);
Create styles array
The data for the language used.
Represents a template test.
__construct($name, $callable, array $options=array())