Craft\Neo_BlockModel::getType PHP Метод

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

Returns the block's type.
public getType ( ) : Neo_BlockTypeModel | null
Результат Neo_BlockTypeModel | null
    public function getType()
    {
        return $this->typeId ? craft()->neo->getBlockTypeById($this->typeId) : null;
    }