PHP Class Dibi\Row

Inheritance: implements ArrayAccess, implements IteratorAggregate, implements Countable
Show file Open project: dg/dibi Class Usage Examples

Public Methods

Method Description
__construct ( $arr )
__get ( $key )
asDateTime ( $key, $format = NULL ) : dibi\DateTime Converts value to DateTime object.
count ( ) ******************* interfaces ArrayAccess, Countable & IteratorAggregate ****************d*g*
getIterator ( )
offsetExists ( $nm )
offsetGet ( $nm )
offsetSet ( $nm, $val )
offsetUnset ( $nm )
toArray ( )

Method Details

__construct() public method

public __construct ( $arr )

__get() public method

public __get ( $key )

asDateTime() public method

Converts value to DateTime object.
public asDateTime ( $key, $format = NULL ) : dibi\DateTime
return dibi\DateTime

count() final public method

******************* interfaces ArrayAccess, Countable & IteratorAggregate ****************d*g*
final public count ( )

getIterator() final public method

final public getIterator ( )

offsetExists() final public method

final public offsetExists ( $nm )

offsetGet() final public method

final public offsetGet ( $nm )

offsetSet() final public method

final public offsetSet ( $nm, $val )

offsetUnset() final public method

final public offsetUnset ( $nm )

toArray() public method

public toArray ( )