PHP Class Webmozart\Console\Handler\Help\HelpManHandler

Since: 1.0
Author: Bernhard Schussek ([email protected])
Afficher le fichier Open project: webmozart/console Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $path, ExecutableFinder $executableFinder = null, ProcessLauncher $processLauncher = null ) Creates a new AsciiDoc descriptor.
getManBinary ( ) : string
handle ( )
setManBinary ( string $manBinary )

Method Details

__construct() public méthode

Creates a new AsciiDoc descriptor.
public __construct ( $path, ExecutableFinder $executableFinder = null, ProcessLauncher $processLauncher = null )
$executableFinder Symfony\Component\Process\ExecutableFinder The finder used to find the "man" binary.
$processLauncher Webmozart\Console\Process\ProcessLauncher The launcher for executing the "man" binary.

getManBinary() public méthode

public getManBinary ( ) : string
Résultat string

handle() public méthode

public handle ( )

setManBinary() public méthode

public setManBinary ( string $manBinary )
$manBinary string