public function checkToken($tokenKey = null, $tokenValue = null) { return parent::checkToken($tokenKey, $tokenValue); }
public function checkToken($tokenKey = null, $tokenValue = null, $destroyIfValid = true) { return parent::checkToken($tokenKey, $tokenValue, $destroyIfValid); }