IGeoMapLocationContent::getContent PHP Method

getContent() public method

Get content
public getContent ( ) : string
return string
    public function getContent();

Usage Example

 /**
  * Get content
  * @return string
  */
 protected function getContent()
 {
     return !is_null($this->m_content) ? $this->m_content->getContent() : null;
 }
IGeoMapLocationContent