Doctrine\OrientDB\Query\Command\InsertInterface::into PHP Метод

into() публичный Метод

Sets the $target cluster in which the new document will be created.
public into ( string $target ) : Insert
$target string
Результат Insert
    public function into($target);