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