Exemplo n.º 1
0
 function setAuthenticated($state)
 {
     $this->innerUserStorage->setAuthenticated($state);
     return $this;
 }
Exemplo n.º 2
0
 /**
  * @return void
  */
 public function logout()
 {
     $this->storage->setAuthenticated(false);
 }