isAuthenticated() public method

Check if the user has the authenticated role.
public isAuthenticated ( ) : boolean
return boolean
 /**
  * Proxy isAuthenticated
  * @return bool
  */
 public function isAuthenticated()
 {
     return $this->user->isAuthenticated();
 }