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

Afficher le fichier Open project: dantleech/phpbench Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

configure() public static méthode

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

handleOutputDir() public méthode

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