Elastica\Type\AbstractType::getType PHP Метод

getType() публичный Метод

Returns type object.
public getType ( ) : Type
Результат Elastica\Type Type object
    public function getType()
    {
        return $this->_type;
    }