コード例 #1
0
ファイル: class-builder.php プロジェクト: norcross/apple-news
 /**
  * Gets the content body.
  *
  * @access protected
  * @return string
  */
 protected function content_text()
 {
     return $this->content->content();
 }