Example #1
0
 /**
  * Test user authentication status.
  *
  * @param \User $u
  * @return bool Returns true if user is authenticated, false if not
  */
 public function isAuthenticated(Concrete\Core\User\User $u)
 {
     return parent::isAuthenticated($u);
 }