b0y-101 Mini Shell


Current Path : E:/www/instructor/test01/libraries/rokcommon/RokCommon/Service/Container/Loader/File/
File Upload :
Current File : E:/www/instructor/test01/libraries/rokcommon/RokCommon/Service/Container/Loader/File/PassedXml.php

<?php

/*
 * This file is part of the symfony framework.
 *
 * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
 *
 * This source file is subject to the MIT license that is bundled
 * with this source code in the file LICENSE.
 */

/**
 * RokCommon_Service_Container_Loader_File_Xml loads XML files service definitions.
 *
 * @package    symfony
 * @subpackage dependency_injection
 * @author     Fabien Potencier <fabien.potencier@symfony-project.com>
 * @version    SVN: $Id: PassedXml.php 10831 2013-05-29 19:32:17Z btowles $
 */
class RokCommon_Service_Container_Loader_File_PassedXml extends RokCommon_Service_Container_Loader_File_Xml
{
  public function doLoad($xmls)
  {
    return $this->parse($xmls);
  }
}

Copyright © 2019 by b0y-101