예제 #1
0
파일: Csrf.php 프로젝트: einstein95/FAOpen
 public function __construct($name, $attributes = null)
 {
     $di = \Phalcon\Di::getDefault();
     $this->_csrf = $di['csrf'];
     parent::__construct($name, $attributes);
 }