PHP 클래스 Doctrine\OrientDB\Query\Command\Reference\Find

상속: extends Doctrine\OrientDB\Query\Command, implements Doctrine\OrientDB\Query\Command\Reference\FindInterface
파일 보기 프로젝트 열기: doctrine/orientdb-odm

공개 메소드들

메소드 설명
__construct ( string $rid ) Creates a new object, setting the $rid to lookup.
in ( array $classes, boolean $append = true ) : Find Restricts the classes to look into to find the record.

보호된 메소드들

메소드 설명
getSchema ( )
getTokenFormatters ( ) : array Returns the formatters for this query's tokens
setRid ( string $rid ) Sets the $rid to look for.

메소드 상세

__construct() 공개 메소드

Creates a new object, setting the $rid to lookup.
public __construct ( string $rid )
$rid string

getSchema() 보호된 메소드

protected getSchema ( )

getTokenFormatters() 보호된 메소드

Returns the formatters for this query's tokens
protected getTokenFormatters ( ) : array
리턴 array

in() 공개 메소드

Restricts the classes to look into to find the record.
public in ( array $classes, boolean $append = true ) : Find
$classes array
$append boolean
리턴 Find

setRid() 보호된 메소드

Sets the $rid to look for.
protected setRid ( string $rid )
$rid string