Class Laika_Registry

Description

Laika_Registry class.

  • extends: Laika_Abstract_Registry

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

Laika
   |
   --Laika_Singleton
      |
      --Laika_Abstract_Registry
         |
         --Laika_Registry
Variable Summary
static mixed $instance
mixed $registry
Method Summary
static void get_record (mixed $index)
static void init ()
static void peek (mixed $index)
static void register (mixed $index, mixed $reference)
static void set_record (mixed $index, mixed $reference)
static void unregister (mixed $index)
void __destruct ()
Variables
static mixed $instance (line 27)
  • access: protected

Redefinition of:
Laika_Singleton::$instance
instance
mixed $registry (line 28)
  • access: private
Methods
static method get_record (line 81)

get_record function.

  • access: public
static void get_record (mixed $index)
  • mixed $index
static method init (line 37)

init function.

  • access: public
static void init ()

Redefinition of:
Laika_Singleton::init()
init function.
static method peek (line 106)

peek function.

  • access: public
static void peek (mixed $index)
  • mixed $index

Redefinition of:
Laika_Abstract_Registry::peek()
static method register (line 55)

register function.

  • access: public
static void register (mixed $index, mixed $reference)
  • mixed $index
  • mixed $reference

Redefinition of:
Laika_Abstract_Registry::register()
static method set_record (line 93)

set_record function.

  • access: public
static void set_record (mixed $index, mixed $reference)
  • mixed $index
  • mixed $reference
static method unregister (line 68)

unregister function.

  • access: public
static void unregister (mixed $index)
  • mixed $index

Redefinition of:
Laika_Abstract_Registry::unregister()
Destructor __destruct (line 119)

__destruct function.

  • access: public
void __destruct ()

Inherited Methods

Inherited From Laika_Abstract_Registry

Laika_Abstract_Registry::peek()
Laika_Abstract_Registry::register()
Laika_Abstract_Registry::unregister()

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