コード例 #1
0
ファイル: Csrf.php プロジェクト: einstein95/FAOpen
 public function render($attributes = array())
 {
     $attributes = (array) $attributes;
     $attributes['value'] = $this->_csrf->generate('form');
     return parent::render($attributes);
 }