Doctrine\OrientDB\Query\Command\Property\Create::setType PHP Method

setType() public method

public setType ( $type )
    public function setType($type)
    {
        $this->setToken('Type', $type);
        return $this;
    }