PHP Class Phactory\Sql\Row

Show file Open project: chriskite/phactory

Protected Properties

Property Type Description
$_phactory
$_storage
$_table

Public Methods

Method Description
__construct ( $table, $data, Phactory $phactory )
__get ( $key )
__isset ( $name )
__set ( $key, $value )
fill ( )
getId ( )
save ( )
toArray ( )

Method Details

__construct() public method

public __construct ( $table, $data, Phactory $phactory )
$phactory Phactory

__get() public method

public __get ( $key )

__isset() public method

public __isset ( $name )

__set() public method

public __set ( $key, $value )

fill() public method

public fill ( )

getId() public method

public getId ( )

save() public method

public save ( )

toArray() public method

public toArray ( )

Property Details

$_phactory protected property

protected $_phactory

$_storage protected property

protected $_storage

$_table protected property

protected $_table