Jarves\Model\ContentInterface::getContent PHP Method

getContent() public method

public getContent ( )
    public function getContent();

Usage Example

Example #1
0
 /**
  * @return string
  */
 public function getContentValue()
 {
     return $this->content->getContent();
 }