예제 #1
0
파일: Csrf.php 프로젝트: einstein95/FAOpen
 public function render($attributes = array())
 {
     $attributes = (array) $attributes;
     $attributes['value'] = $this->_csrf->generate('form');
     return parent::render($attributes);
 }