Jarves\Model\ContentInterface::getContent PHP Méthode

getContent() public méthode

public getContent ( )
    public function getContent();

Usage Example

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