Class Laika_Collection

Description

Laika_Collection class.

  • extends: ArrayObject

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

ArrayObject
   |
   --Laika_Collection
Method Summary
Laika_Collection __construct ()
void append ( $value)
void destroy ()
void flush ()
void length ()
void pop ()
void push (Laika_Collectable $object)
void shift ()
void __get ( $key)
void __set ( $key,  $value)
Methods
Constructor __construct (line 24)
  • access: public
Laika_Collection __construct ()

Redefinition of:
ArrayObject::constructor __construct ( $array )
append (line 63)
  • access: public
void append ( $value)
  • $value

Redefinition of:
ArrayObject::append ( $value )
destroy (line 145)

destroy function.

  • access: public
void destroy ()
flush (line 133)

flush function.

  • access: public
void flush ()
length (line 84)
  • access: public
void length ()
pop (line 94)

pop function.

  • access: public
void pop ()
push (line 123)

push function.

  • access: public
void push (Laika_Collectable $object)
shift (line 108)

shift function.

  • access: public
void shift ()
__get (line 80)
  • access: public
void __get ( $key)
  • $key
__set (line 76)
  • access: public
void __set ( $key,  $value)
  • $key
  • $value

Inherited Methods

Inherited From ArrayObject (Internal Class)

constructor __construct ( $array )
append ( $value )
asort ( )
count ( )
exchangeArray ( $array )
getArrayCopy ( )
getFlags ( )
getIterator ( )
getIteratorClass ( )
ksort ( )
natcasesort ( )
natsort ( )
offsetExists ( $index )
offsetGet ( $index )
offsetSet ( $index, $newval )
offsetUnset ( $index )
serialize ( )
setFlags ( $flags )
setIteratorClass ( $iteratorClass )
uasort ( $cmp_function )
uksort ( $cmp_function )
unserialize ( $serialized )
Class Constants

Inherited Constants

Inherited from ArrayObject (Internal Class)

ARRAY_AS_PROPS = 2
STD_PROP_LIST = 1

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