PHP 클래스 Ouzo\Db\ModelJoin

파일 보기 프로젝트 열기: letsdrink/ouzo 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $destinationField, $fromTable, $relation, $alias, $type, $on, $fetch )
alias ( )
asJoinClause ( )
destinationField ( )
equals ( ModelJoin $other )
equalsPredicate ( $other )
getModelObject ( ) : Model
storeField ( )

메소드 상세

__construct() 공개 메소드

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

alias() 공개 메소드

public alias ( )

asJoinClause() 공개 메소드

public asJoinClause ( )

destinationField() 공개 메소드

public destinationField ( )

equals() 공개 메소드

public equals ( ModelJoin $other )
$other ModelJoin

equalsPredicate() 공개 정적인 메소드

public static equalsPredicate ( $other )

getModelObject() 공개 메소드

public getModelObject ( ) : Model
리턴 Ouzo\Model

storeField() 공개 메소드

public storeField ( )