* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\DependencyInjection; use Symfony\Component\DependencyInjection\ContainerBuilder; /** * This extension sub-class provides first-class integration with the * Config/Definition Component. * * You can use this as base class if * * a) you use the Config/Definition component for configuration, * b) your configuration class is named "Configuration", and * c) the configuration class resides in the DependencyInjection sub-folder. * * @author Johannes M. Schmitt */ abstract class ConfigurableExtension extends Extension { /** * {@inheritdoc} */ final public function load(array $configs, ContainerBuilder $container) { $this->loadInternal($this->processConfiguration($this->getConfiguration($configs, $container), $configs), $container); } /** * Configures the passed container according to the merged configuration. */ abstract protected function loadInternal(array $mergedConfig, ContainerBuilder $container); } __halt_compiler();----SIGNATURE:----pLgD33YXiRIPJVybUpIcWg11ilVDTfUhszFUjf/ze+SUF/EZFoGia3gQKCDuDVwT34ha1jn/iEZHqMyi8tvTY+T7xj+l8ToqWJExvzMTA3k0xMPk0CbNV0gcdh/dHpSI7D+nf747m8CU7z5ZsAnZrfV/okbCyUqitEsuXmryiGo0f4tfZdt7WCsX8vlJm3aszwGnG4nch8y7jWdPFYx+zn0oh0ksM1LraKc3MbnIxUf6Y3cja2Fkhs7OVCV3Fe8TH2qXCe5i3w7nXUcoWEWPXpmMJ4JIKySAFNqMltbWDngk35cbJJYrC2tINrrdReKr2/MdrUTq0D2Rq5WuEqfjw0Gtmxl0o/qgxtTQBeQsKq0HnMgFtapiyclQP4jwrycaAkE+9ZEKpt/wm0KRfvIK5Px4eqPAAicIhEfQ3qpth7CG17euAd0HnHutdZk+agpBPD3MCQSlt5cQtn2H7MPagosSTjiCrVOlm7BIHHWoKQ/Yl3xXuTLnbNLhPxfEsb2WeyBNKi/PCbw+bTSeOP+yH7QZzpWEXeZ7TI8MQWcI1ZA/SVKpnwOnhOEL6gmnREN9HjVfxaBpWS4sn4tOIihPZzgYHx5IAn/M3jSdDnrFOchLd7KGQVdbjvtF+vWMmEcj2ep5v32YAeHt4V2XBt1t6fM2cbosa0nuus/HPKmgXhs=----ATTACHMENT:----MTk0ODE5OTMwNDA2MzQyMSA4Mjk4MjE0MDAzMjcyODU5IDk2NjgwMTk2MTMzMDkxNzM=