コード例 #1
0
ファイル: Security.php プロジェクト: starsw001/cphalcon
 public function checkToken($tokenKey = null, $tokenValue = null)
 {
     return parent::checkToken($tokenKey, $tokenValue);
 }
コード例 #2
0
ファイル: Security.php プロジェクト: phalcon/cphalcon
 public function checkToken($tokenKey = null, $tokenValue = null, $destroyIfValid = true)
 {
     return parent::checkToken($tokenKey, $tokenValue, $destroyIfValid);
 }