Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function append($expr)
 {
     $this->value->append($expr);
     return $this;
 }