PHP Interface Doctrine\OrientDB\Query\Command\Reference\FindInterface

Afficher le fichier Open project: doctrine/orientdb-odm

Méthodes publiques

Méthode Description
in ( array $classes, $append ) : Find Sets a list of $classes in which you can look for object's references.

Method Details

in() public méthode

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
Résultat Find