コード例 #1
0
 /**
  * Loads the YAML into a {@link BedrockYAML} object given a file path
  *
  * @param string the path to the YAML file
  */
 public static function load($path)
 {
     self::$settings_list = new BedrockYAML($path);
 }