PHP Class Phactory\Sql\Association

Show file Open project: chriskite/phactory

Protected Properties

Property Type Description
$_fk_column
$_to_table

Public Methods

Method Description
__construct ( $to_table, $fk_column )
getFkColumn ( )
getTable ( )

Method Details

__construct() public method

public __construct ( $to_table, $fk_column )

getFkColumn() public method

public getFkColumn ( )

getTable() public method

public getTable ( )

Property Details

$_fk_column protected property

protected $_fk_column

$_to_table protected property

protected $_to_table