phpCoreLib2
[ class tree: phpCoreLib2 ] [ index: phpCoreLib2 ] [ all elements ]

Class: DSafeArray

Source Location: /Collections/DSafeArray.php

Class Overview

DObject
   |
   --DSafeArray

Safe multi level array collection


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 14]
Safe multi level array collection



[ Top ]


Class Methods


static method CREATE [line 31]

static DSafeArray CREATE( [ $data = null])

Gets safe array instance



Tags:

access:  public


Parameters:

array   $data  

[ Top ]

constructor __construct [line 40]

DSafeArray __construct( [ $data = null])

Constructor



Tags:

access:  public


Overrides DObject::__construct() (Constructor)

Parameters:

array   $data  

[ Top ]

method fromArray [line 107]

void fromArray( $arrayData)

Sets data



Tags:

access:  public


Parameters:

array   $arrayData  

[ Top ]

method get [line 96]

mixed get( string $name)

Gets value



Tags:

see:  DSafeArray:__get()
access:  public


Parameters:

string   $name  

[ Top ]

method set [line 69]

void set( string $name, string $value)

Sets value



Tags:

see:  DSafeArray:__set()
access:  public


Parameters:

string   $name  
string   $value  

[ Top ]

method toArray [line 123]

array toArray( )

Gets data as array



Tags:

access:  public


[ Top ]

method __get [line 80]

mixed __get( string $name)

Gets value



Tags:

access:  public


Parameters:

string   $name  

[ Top ]

method __set [line 56]

void __set( string $name, string $value)

Sets value



Tags:

access:  public


Parameters:

string   $name  
string   $value  

[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:11:12 +0300 by phpDocumentor 1.4.3