Jarves\Model\ContentInterface::getContent PHP Метод

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

public getContent ( )
    public function getContent();

Usage Example

Пример #1
0
 /**
  * @return string
  */
 public function getContentValue()
 {
     return $this->content->getContent();
 }