OpenGraph\Meta::getContent PHP 메소드

getContent() 공개 메소드

Get content
public getContent ( ) : String
리턴 String
    public function getContent()
    {
        if (is_array($this->_content)) {
            return implode(',', $this->_content);
        }
        return $this->_content;
    }