PHP 클래스 Ouzo\Db\RelationToFetch

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

공개 프로퍼티들

프로퍼티 타입 설명
$destinationField
$field
$relation

공개 메소드들

메소드 설명
__construct ( $field, $relation, $destinationField )
equals ( RelationToFetch $other )
equalsPredicate ( RelationToFetch $other )

메소드 상세

__construct() 공개 메소드

public __construct ( $field, $relation, $destinationField )

equals() 공개 메소드

public equals ( RelationToFetch $other )
$other RelationToFetch

equalsPredicate() 공개 정적인 메소드

public static equalsPredicate ( RelationToFetch $other )
$other RelationToFetch

프로퍼티 상세

$destinationField 공개적으로 프로퍼티

public $destinationField

$field 공개적으로 프로퍼티

public $field

$relation 공개적으로 프로퍼티

public $relation