PHP Class PhpBench\Extensions\XDebug\Command\Handler\OutputDirHandler

Show file Open project: dantleech/phpbench Class Usage Examples

Public Methods

Method Description
__construct ( $outputDir, Symfony\Component\Filesystem\Filesystem $filesystem = null )
configure ( Command $command )
handleOutputDir ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

__construct() public method

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

configure() public static method

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

handleOutputDir() public method

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