PHP Class Phactory\Sql\Association\ManyToMany

Inheritance: extends ManyToOne
Datei anzeigen Open project: chriskite/phactory Class Usage Examples

Protected Properties

Property Type Description
$_from_join_column
$_join_table
$_to_join_column

Public Methods

Method Description
__construct ( $to_table, $join_table, $from_column = null, $from_join_column = null, $to_join_column = null, $to_column = null )
getFromJoinColumn ( )
getJoinTable ( )
getToJoinColumn ( )
setFromJoinColumn ( $column )
setFromTable ( $table )
setJoinTable ( $table )
setToJoinColumn ( $column )

Protected Methods

Method Description
_guessFromColumn ( )
_guessFromJoinColumn ( )
_guessToColumn ( )
_guessToJoinColumn ( )

Method Details

__construct() public method

public __construct ( $to_table, $join_table, $from_column = null, $from_join_column = null, $to_join_column = null, $to_column = null )

_guessFromColumn() protected method

protected _guessFromColumn ( )

_guessFromJoinColumn() protected method

protected _guessFromJoinColumn ( )

_guessToColumn() protected method

protected _guessToColumn ( )

_guessToJoinColumn() protected method

protected _guessToJoinColumn ( )

getFromJoinColumn() public method

public getFromJoinColumn ( )

getJoinTable() public method

public getJoinTable ( )

getToJoinColumn() public method

public getToJoinColumn ( )

setFromJoinColumn() public method

public setFromJoinColumn ( $column )

setFromTable() public method

public setFromTable ( $table )

setJoinTable() public method

public setJoinTable ( $table )

setToJoinColumn() public method

public setToJoinColumn ( $column )

Property Details

$_from_join_column protected_oe property

protected $_from_join_column

$_join_table protected_oe property

protected $_join_table

$_to_join_column protected_oe property

protected $_to_join_column