Bluz\Db\Query\CompositeBuilder::getType PHP Method

getType() public method

Return type of this composite
public getType ( ) : string
return string
    public function getType()
    {
        return $this->type;
    }