Exemple #1
0
 /**
  * @param $name
  * @return bool
  */
 public function hasSession($name)
 {
     return parent::has($name);
 }