PHP Class Ouzo\Db\ModelJoin

Afficher le fichier Open project: letsdrink/ouzo Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $destinationField, $fromTable, $relation, $alias, $type, $on, $fetch )
alias ( )
asJoinClause ( )
destinationField ( )
equals ( ModelJoin $other )
equalsPredicate ( $other )
getModelObject ( ) : Model
storeField ( )

Method Details

__construct() public méthode

public __construct ( $destinationField, $fromTable, $relation, $alias, $type, $on, $fetch )

alias() public méthode

public alias ( )

asJoinClause() public méthode

public asJoinClause ( )

destinationField() public méthode

public destinationField ( )

equals() public méthode

public equals ( ModelJoin $other )
$other ModelJoin

equalsPredicate() public static méthode

public static equalsPredicate ( $other )

getModelObject() public méthode

public getModelObject ( ) : Model
Résultat Ouzo\Model

storeField() public méthode

public storeField ( )