Class Laika_Abstract_Page_Controller

Description

Abstract Laika_Abstract_Page_Controller class.

  • abstract:
  • extends: Laika_Abstract_Controller

Located in /library/core/abstract/Abstract_Page_Controller.php (line 23)

Laika
   |
   --Laika_Singleton
      |
      --Laika_Abstract_Controller
         |
         --Laika_Abstract_Page_Controller
Direct descendents
Class Description
Laika_Account_Controller Laika_Account_Controller class.
Laika_Error_Controller LAIKA FRAMEWORK Release Notes:
Laika_Login_Controller Laika_Login_Controller class.
Laika_User_Controller Laika_User_Controller class.
Class Constant Summary
CACHE_TIME = 60
Variable Summary
static mixed $access_group
static mixed $access_level
static mixed $caching
mixed $ignore
Method Summary
void action_handler (mixed $action, mixed $parameters)
void alert ()
void caching (mixed $args)
void default_action ()
void display ()
void set_pagination ()
Variables
static mixed $access_group = 'USER' (line 28)
  • access: public

Redefined in descendants as:
static mixed $caching = TRUE (line 29)
  • access: public
mixed $ignore = array('action_handler') (line 30)
  • access: protected

Redefined in descendants as:

Inherited Variables

Inherited from Laika_Singleton

Laika_Singleton::$instance
Methods
action_handler (line 122)

action_handler function.

Check if method exists. If called method does not exist or action_handler is called recursively, direct flow of control to the default_action. Otherwise perform requested action.

  • access: public
void action_handler (mixed $action, mixed $parameters)
  • mixed $action
  • mixed $parameters

Redefined in descendants as:
alert (line 161)

alert function.

  • access: public
void alert ()
caching (line 79)

caching function.

  • access: public
void caching (mixed $args)
  • mixed $args
default_action (line 139)

default_action function.

  • abstract:
  • access: protected
void default_action ()

Redefined in descendants as:
display (line 41)

display function.

  • access: public
void display ()

Redefined in descendants as:
set_pagination (line 148)

set_pagination function.

  • access: public
void set_pagination ()

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
CACHE_TIME = 60 (line 25)

Inherited Constants

Inherited from Laika

Laika::LAIKA_RELEASE
Laika::LAIKA_VERSION

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