Doctrine\OrientDB\Query\CommandInterface::from PHP Method

from() public method

Sets the FROM clause of a SQL statement, injecting an array of $target and deciding to remove previously set targets or not with the $append parameter.
public from ( array $target, boolean $append = true ) : Command
$target array
$append boolean
return Command
    public function from(array $target, $append = true);