Example #1
0
 /**
  * @param $method
  *
  * @return bool
  */
 public function canHandle($method)
 {
     return isset($_COOKIE) && parent::canHandle($method);
 }
Example #2
0
 /**
  * @param $method
  *
  * @return bool
  */
 public function canHandle($method)
 {
     return isset($_SESSION) && parent::canHandle($method);
 }