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