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