PHP Class Hive_Relation_ManyToMany, hive

Author: Woody Gilk ([email protected])
Inheritance: extends Hive_Relation
Mostrar archivo Open project: shadowhand/hive

Public Properties

Property Type Description
$table table name

Public Methods

Method Description
as_array ( Hive $parent )
read ( Hive $parent )
value ( array $value )

Method Details

as_array() public method

public as_array ( Hive $parent )
$parent Hive

read() public method

public read ( Hive $parent )
$parent Hive

value() public method

public value ( array $value )
$value array

Property Details

$table public_oe property

table name
public $table