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