Doctrine\OrientDB\Query\Command\Insert::into PHP Method

into() public method

Sets the class in which the query will insert informations.
public into ( string $target ) : Insert
$target string
return Insert
    public function into($target)
    {
        $this->setToken('Target', $target);
        return $this;
    }