Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function append($name, $value = null)
 {
     $this->data->append($name, $value);
 }