Current Path : /opt/alt/php55/usr/share/pear/test/HttpKernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/ |
Current File : //opt/alt/php55/usr/share/pear/test/HttpKernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/BarCommand.php |
<?php namespace Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command; use Symfony\Component\Console\Command\Command; /** * This command has a required parameter on the constructor and will be ignored by the default Bundle implementation. * * @see Symfony\Component\HttpKernel\Bundle\Bundle::registerCommands */ class BarCommand extends Command { public function __construct($example, $name = 'bar') { } }