Doctrine\OrientDB\Query\Command\Select::select PHP Method

select() public method

Sets the fields to select.
public select ( array $projections, boolean $append = true )
$projections array
$append boolean
    public function select(array $projections, $append = true)
    {
        $this->setTokenValues('Projections', $projections, $append);
        return $this;
    }