Class Laika_Access

Description

Laika_Access class.

Basic layer access class. This class should be agnostic of User and Login classes and modules.

  • extends: Laika_Singleton

Located in /library/core/Access.php (line 25)

Laika
   |
   --Laika_Singleton
      |
      --Laika_Access
Variable Summary
static mixed $instance
mixed $logged_in
mixed $token
Method Summary
static void init ()
static void is_logged_in ()
void configure ()
void destroy_session ()
void grant_access ()
Variables
static mixed $instance (line 31)
  • access: protected

Redefinition of:
Laika_Singleton::$instance
instance
mixed $logged_in (line 33)
  • access: private
mixed $token (line 32)
  • access: private
Methods
static method init (line 45)

init function.

  • access: public
static void init ()

Redefinition of:
Laika_Singleton::init()
init function.
static method is_logged_in (line 119)

is_logged_in function.

  • access: public
static void is_logged_in ()
configure (line 61)

configure function.

  • access: public
void configure ()
destroy_session (line 102)

destroy_session function.

  • access: public
void destroy_session ()
grant_access (line 85)

grant_access function.

  • access: public
void grant_access ()

Inherited Methods

Inherited From Laika_Singleton

Laika_Singleton::__construct()
Laika_Singleton::from_array()
Laika_Singleton::get()
Laika_Singleton::init()
Laika_Singleton::serialize_me()
Laika_Singleton::set()
Laika_Singleton::switch_instance()
Laika_Singleton::to_array()
Laika_Singleton::unserialize_me()
Laika_Singleton::__call()
Laika_Singleton::__clone()

Inherited From Laika

Laika::__construct()
Laika::from_array()
Laika::img()
Laika::link_to()
Laika::pop_assoc()
Laika::pop_index()
Laika::redirect_to()
Laika::reflect()
Laika::release()
Laika::to_array()
Laika::version()
Laika::__call()
Laika::__get()
Laika::__set()
Class Constants

Inherited Constants

Inherited from Laika

Laika::LAIKA_RELEASE
Laika::LAIKA_VERSION

Documentation generated on Sat, 19 May 2012 02:16:55 -0400 by phpDocumentor 1.4.4