Example #1
0
 /**
  * Gets a content setting.
  * @access protected
  * @param string $name
  * @return string
  */
 protected function content_setting($name)
 {
     return $this->content->get_setting($name);
 }