Doctrine\OrientDB\Query\Command\OClass::setClass PHP Method

setClass() protected method

Sets the $class for the current query.
protected setClass ( string $class ) : void
$class string
return void
    protected function setClass($class)
    {
        return $this->setToken('Class', $class);
    }