// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
php55
/
usr
/
share
/
pear
/
test
/
Console
/
Symfony
/
Component
/
Console
/
Tests
/
Fixtures
[ PARENT ]
EDIT :: BarBucCommand.php
<?php use Symfony\Component\Console\Command\Command; class BarBucCommand extends Command { protected function configure() { $this->setName('bar:buc'); } }
SAVE
CANCEL