Sulu\Bundle\MarkupBundle\Tag\TagNotFoundException::getType PHP Метод

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

Returns type of content.
public getType ( ) : string
Результат string
    public function getType()
    {
        return $this->type;
    }