Exemplo n.º 1
0
 /**
  * A helper to allow views communicate auth status between each other when doing internal redirects
  * @param bool $status
  */
 public static function setAuthStatus($status)
 {
     self::$authStatus = $status;
 }