Elastica\Type\AbstractType::getType PHP Method

getType() public method

Returns type object.
public getType ( ) : Type
return Elastica\Type Type object
    public function getType()
    {
        return $this->_type;
    }