Пример #1
0
 public function render($attributes = array())
 {
     $attributes = (array) $attributes;
     $attributes['value'] = $this->_csrf->generate('form');
     return parent::render($attributes);
 }