Inheritance: extends Symfony\Component\Config\Loader\FileLoader
Example #1
0
 /**
  * {@inheritdoc}
  */
 public function load($resource, $type = null)
 {
     @trigger_error('XmlFormatLoader10 is deprecated since version 1.4 and will be removed in 2.0. Use XmlFormatLoader11 instead.', E_USER_DEPRECATED);
     return parent::load($resource, $type);
 }