getContent() public method

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