PHP Class Phactory\Sql\Association

Afficher le fichier Open project: chriskite/phactory

Protected Properties

Свойство Type Description
$_fk_column
$_to_table

Méthodes publiques

Méthode Description
__construct ( $to_table, $fk_column )
getFkColumn ( )
getTable ( )

Method Details

__construct() public méthode

public __construct ( $to_table, $fk_column )

getFkColumn() public méthode

public getFkColumn ( )

getTable() public méthode

public getTable ( )

Property Details

$_fk_column protected_oe property

protected $_fk_column

$_to_table protected_oe property

protected $_to_table