示例#1
0
 /**
  * Register the resource with the Manager
  *
  * @since 1.0.0
  *
  * @param I_Config $config
  * @return bool
  */
 public function register(I_Config $config)
 {
     if (is_null($this->registered_assets_config)) {
         $this->registered_assets_config = $config;
         return;
     }
     $this->registered_assets_config->merge($config->all());
 }