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