PHP 인터페이스 Doctrine\OrientDB\Query\Command\Reference\FindInterface

파일 보기 프로젝트 열기: doctrine/orientdb-odm

공개 메소드들

메소드 설명
in ( array $classes, $append ) : Find Sets a list of $classes in which you can look for object's references.

메소드 상세

in() 공개 메소드

The $append parameter is used to determine wheter to append or overwrite the classes to existing ones ( usually set with a fluent interface ).
public in ( array $classes, $append ) : Find
$classes array
리턴 Find