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

Show file Open project: doctrine/orientdb-odm

Public Methods

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

Method Details

in() public method

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
return Find