Class Laika_Command

Description

Laika_Command class.

  • extends: Laika

Located in /library/core/Command.php (line 22)

Laika
   |
   --Laika_Command
Variable Summary
mixed $class_name
mixed $method
mixed $params
Method Summary
void __construct ()
void get_class_name ()
void get_method_name ()
void get_parameters ()
void setError (mixed $error)
Variables
mixed $class_name = NULL (line 28)
  • access: private
mixed $method = NULL (line 29)
  • access: private
mixed $params = NULL (line 30)
  • access: private
Methods
Constructor __construct (line 44)

__construct function.

  • todo: maybe this function could be made a lot stricter
  • access: public
void __construct ()

Redefinition of:
Laika::__construct()
__construct function.
get_class_name (line 79)

get_class_name function.

  • access: public
void get_class_name ()
get_method_name (line 90)

get_method_name function.

  • access: public
void get_method_name ()
get_parameters (line 97)

get_parameters function.

  • access: public
void get_parameters ()
setError (line 106)

setError function.

  • access: public
void setError (mixed $error)
  • mixed $error
validate_command (line 66)

validate_command function.

  • access: public
void validate_command ()

Inherited Methods

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