Ejemplo n.º 1
0
 /**
  * Whether the request contains a Session which was started in one of the
  * previous requests.
  *
  * @return bool
  *
  * @api
  */
 public function hasPreviousSession()
 {
     return parent::hasPreviousSession();
 }