Example #1
0
 public function evaluate(Environment $env, ListForm $args)
 {
     list($value) = $args->getAst();
     return $value;
 }