Jarves\Model\ContentInterface::getContent PHP 메소드

getContent() 공개 메소드

public getContent ( )
    public function getContent();

Usage Example

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