b0y-101 Mini Shell


Current Path : E:/www/km/stdaffairs/libraries/rokcommon/RokCommon/Service/Container/
File Upload :
Current File : E:/www/km/stdaffairs/libraries/rokcommon/RokCommon/Service/Container/Dumper.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_Dumper is the interface implemented by service container dumper classes.
 *
 * @package    symfony
 * @subpackage dependency_injection
 * @author     Fabien Potencier <fabien.potencier@symfony-project.com>
 * @version    SVN: $Id: Dumper.php 10831 2013-05-29 19:32:17Z btowles $
 */
interface RokCommon_Service_Container_Dumper
{
  function dump(array $options = array());
}

Copyright © 2019 by b0y-101