PHP Class Phactory\Sql\Association\ManyToOne

Datei anzeigen Open project: chriskite/phactory Class Usage Examples

Protected Properties

Property Type Description
$_from_column
$_from_table
$_to_column
$_to_table

Public Methods

Method Description
__construct ( $to_table, $from_column = null, $to_column = null )
getFromColumn ( )
getFromTable ( )
getToColumn ( )
getToTable ( )
setFromColumn ( $column )
setFromTable ( $table )
setToColumn ( $column )
setToTable ( $table )

Protected Methods

Method Description
_guessFromColumn ( )
_guessToColumn ( )

Method Details

__construct() public method

public __construct ( $to_table, $from_column = null, $to_column = null )

_guessFromColumn() protected method

protected _guessFromColumn ( )

_guessToColumn() protected method

protected _guessToColumn ( )

getFromColumn() public method

public getFromColumn ( )

getFromTable() public method

public getFromTable ( )

getToColumn() public method

public getToColumn ( )

getToTable() public method

public getToTable ( )

setFromColumn() public method

public setFromColumn ( $column )

setFromTable() public method

public setFromTable ( $table )

setToColumn() public method

public setToColumn ( $column )

setToTable() public method

public setToTable ( $table )

Property Details

$_from_column protected_oe property

protected $_from_column

$_from_table protected_oe property

protected $_from_table

$_to_column protected_oe property

protected $_to_column

$_to_table protected_oe property

protected $_to_table