Jarves\Model\ContentInterface::getContent PHP Method

getContent() public method

public getContent ( )
    public function getContent();

Usage Example

コード例 #1
0
ファイル: AbstractType.php プロジェクト: jarves/jarves
 /**
  * @return string
  */
 public function getContentValue()
 {
     return $this->content->getContent();
 }