コード例 #1
0
ファイル: Config.php プロジェクト: kobmaki/icingaweb2
 /**
  * Return the section of the current iteration
  *
  * @return  ConfigObject
  */
 public function current()
 {
     return $this->config->current();
 }