PHP Class Doctrine\OrientDB\Query\Command\Reference\Find

Inheritance: extends Doctrine\OrientDB\Query\Command, implements Doctrine\OrientDB\Query\Command\Reference\FindInterface
Afficher le fichier Open project: doctrine/orientdb-odm

Méthodes publiques

Méthode Description
__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.

Méthodes protégées

Méthode Description
getSchema ( )
getTokenFormatters ( ) : array Returns the formatters for this query's tokens
setRid ( string $rid ) Sets the $rid to look for.

Method Details

__construct() public méthode

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

getSchema() protected méthode

protected getSchema ( )

getTokenFormatters() protected méthode

Returns the formatters for this query's tokens
protected getTokenFormatters ( ) : array
Résultat array

in() public méthode

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

setRid() protected méthode

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