equalsPredicate() 공개 정적인 메소드

public static equalsPredicate ( RelationToFetch $other )
$other RelationToFetch
예제 #1
0
 private function isAlreadyAddedToFetch(RelationToFetch $relationToFetch)
 {
     return Arrays::any($this->_relationsToFetch, RelationToFetch::equalsPredicate($relationToFetch));
 }