Вход Регистрация
Файл: concrete5.7.5.6/concrete/vendor/symfony/console/Tests/Fixtures/Foo2Command.php
Строк: 33
<?php

use SymfonyComponentConsoleCommandCommand;
use 
SymfonyComponentConsoleInputInputInterface;
use 
SymfonyComponentConsoleOutputOutputInterface;

class 
Foo2Command extends Command
{
    protected function 
configure()
    {
        
$this
            
->setName('foo1:bar')
            ->
setDescription('The foo1:bar command')
            ->
setAliases(array('afoobar2'))
        ;
    }

    protected function 
execute(InputInterface $inputOutputInterface $output)
    {
    }
}
Онлайн: 1
Реклама