Prado\Web\UI\WebControls\TMetaTag::getContent PHP Метод

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

public getContent ( ) : string
Результат string content attribute of the meta tag
    public function getContent()
    {
        return $this->_content;
    }