Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/cloudlinux/alt-php55/root/usr/share/pear/test/HttpKernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/cloudlinux/alt-php55/root/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') { } }