Prado\Web\UI\WebControls\TMetaTag::getContent PHP 메소드

getContent() 공개 메소드

public getContent ( ) : string
리턴 string content attribute of the meta tag
    public function getContent()
    {
        return $this->_content;
    }