PHP Класс MLD\Console\Command\ExportCommand

Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект

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

Метод Описание
__construct ( string $inputFile, string $outputDirectory, string | null $name = 'convert' )

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

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

Приватные методы

Метод Описание
getOutputFields ( $baseFields, $excludeFields ) : array

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

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

public __construct ( string $inputFile, string $outputDirectory, string | null $name = 'convert' )
$inputFile string Full path and filename of the input country data JSON file.
$outputDirectory string Full path to output directory for converted files.
$name string | null

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

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