コード例 #1
0
ファイル: ConfigTrait.php プロジェクト: brightnucleus/config
 /**
  * Get an array of all the keys that are known by the Config.
  *
  * @since 0.1.2
  *
  * @return array Array of strings containing all the keys.
  */
 protected function getConfigKeys()
 {
     return $this->config->getKeys();
 }