示例#1
0
 public function checkToken($tokenKey = null, $tokenValue = null)
 {
     return parent::checkToken($tokenKey, $tokenValue);
 }
示例#2
0
 public function checkToken($tokenKey = null, $tokenValue = null, $destroyIfValid = true)
 {
     return parent::checkToken($tokenKey, $tokenValue, $destroyIfValid);
 }