PHP Класс PhpBench\Extensions\XDebug\Command\Handler\OutputDirHandler

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( $outputDir, Symfony\Component\Filesystem\Filesystem $filesystem = null )
configure ( Command $command )
handleOutputDir ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

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

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

public __construct ( $outputDir, Symfony\Component\Filesystem\Filesystem $filesystem = null )
$filesystem Symfony\Component\Filesystem\Filesystem

configure() публичный статический Метод

public static configure ( Command $command )
$command Symfony\Component\Console\Command\Command

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

public handleOutputDir ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface