Class Laika

Description

Laika class.

Framework Superclass

  • abstract:

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


	
			
Direct descendents
Class Description
Laika_Abstract_Model Abstract Laika_Abstract_Model class.
Laika_Singleton Abstract Laika_Singleton class.
Laika_Collectable Laika_Collectable class.
Laika_Command Laika_Command class.
Laika_Avatar Laika_Avatar class.
Laika_Data Laika_Data class.
Laika_Encryption Laika_Encryption class.
Laika_Exception_Logger LAIKA FRAMEWORK Release Notes:
Laika_File Laika_File class.
Laika_Image Laika_Image class.
Laika_Mail Laika_Mail class.
Laika_Time Laika_Time class.
Laika_Validation Laika_Validation class.
Laika_Validation_Responder Laika_Validation_Responder class.
Class Constant Summary
LAIKA_RELEASE = 'alpha'
LAIKA_VERSION = 0.20
Method Summary
static object from_array (mixed $array)
static void img ()
static String link_to (string $text, string $path, array $query, array $attributes)
static void pop_assoc ( $index,  &$array)
static void pop_index ( $index,  &$array)
static void redirect_to ()
static Object reflect ()
static constant release ()
static array to_array ()
static constant version ()
void __construct ()
mixed __call (mixed $name, mixed $arg)
mixed __get (mixed $property)
void __set (mixed $property, mixed $value)
Methods
static method from_array (line 263)

from_array function.

Returns an instance of an object constructed from an array

  • access: public
static object from_array (mixed $array)
  • mixed $array

Redefined in descendants as:
static method img (line 237)

img function.

  • access: public
static void img ()

Redefined in descendants as:
static method link_to (line 176)

link_to function.

Constructs an anchor tag taking in the following parameters:

link_to(String $text, String $url, Array $attributes, Array $query)

  1. parameters: returns link with address as the text.
  2. paremeters: returns link with specified text.
  3. parameters: returns link with specified text and attributes.
  4. parameters: returns link with specified text, attributes, and query string.

  • access: public
static String link_to (string $text, string $path, array $query, array $attributes)
  • string $text
  • string $path
  • array $query
  • array $attributes

Redefined in descendants as:
static method pop_assoc (line 287)
  • access: public
static void pop_assoc ( $index,  &$array)
  • $index
  • &$array
static method pop_index (line 293)
  • access: public
static void pop_index ( $index,  &$array)
  • $index
  • &$array
static method redirect_to (line 141)

redirect_to function.

Redirects to specified route. If not specified, will reroute to default route.

  • access: public
static void redirect_to ()
static method reflect (line 123)

reflect function.

Returns a reflection class object of the current object.

  • return: ReflectionClass
  • access: public
static Object reflect ()
static method release (line 69)

release function.

Returns Release type

  • return: RELEASE
  • access: public
static constant release ()
static method to_array (line 282)

to_array function.

Returns an array from an object

  • access: public
static array to_array ()

Redefined in descendants as:
static method version (line 58)

version function.

Returns Version number

  • return: VERSION
  • access: public
static constant version ()
Constructor __construct (line 42)

__construct function.

  • access: private
void __construct ()

Redefined in descendants as:
__call (line 104)

__call function.

  • access: public
mixed __call (mixed $name, mixed $arg)
  • mixed $name
  • mixed $arg

Redefined in descendants as:
__get (line 79)

__get function.

  • access: public
mixed __get (mixed $property)
  • mixed $property
__set (line 92)

__set function.

  • access: public
void __set (mixed $property, mixed $value)
  • mixed $property
  • mixed $value
Class Constants
LAIKA_RELEASE = 'alpha' (line 30)
LAIKA_VERSION = 0.20 (line 29)

Documentation generated on Sat, 19 May 2012 02:17:01 -0400 by phpDocumentor 1.4.4