PHP Класс BrowscapPHP\Command\FetchCommand

Автор: Dave Olsen, http://dmolsen.com
Автор: Thomas Müller ([email protected])
Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $defaultIniFile )

Защищенные методы

Метод Описание
configure ( ) Configures the current command.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void

Описание методов

__construct() публичный Метод

public __construct ( string $defaultIniFile )
$defaultIniFile string

configure() защищенный Метод

Configures the current command.
protected configure ( )

execute() защищенный Метод

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат integer | null | void