コード例 #1
0
ファイル: AuthChain.php プロジェクト: kobmaki/icingaweb2
 /**
  * Get the key of the current user backend config
  *
  * @return string
  */
 public function key()
 {
     return $this->config->key();
 }