Class Laika_Application_Controller

Description

Laika_Application_Controller class.

  • extends: Laika_Abstract_Controller

Located in /library/core/Application_Controller.php (line 23)

Laika
   |
   --Laika_Singleton
      |
      --Laika_Abstract_Controller
         |
         --Laika_Application_Controller
Variable Summary
static object $instance
Method Summary
void call_target (mixed $command_set)
void invoke_target (string $controller, string $method, array $parameters)
void login_interrupt ( $controller,  $method,  $parameters)
Variables
static object $instance (line 35)

instance

  • access: protected

Redefinition of:
Laika_Singleton::$instance
instance
Methods
call_target (line 47)

call_target function.

  • access: public
void call_target (mixed $command_set)
  • mixed $command_set
invoke_target (line 64)

invoke_target function.

  • access: private
void invoke_target (string $controller, string $method, array $parameters)
  • string $controller
  • string $method
  • array $parameters
login_interrupt (line 91)

login_interrupt function.

  • access: private
void login_interrupt ( $controller,  $method,  $parameters)
  • $controller
  • $method
  • $parameters

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:57 -0400 by phpDocumentor 1.4.4