PHP Class Webmozart\Console\Handler\Help\HelpManHandler

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

Public Methods

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

Method Details

__construct() public method

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 method

public getManBinary ( ) : string
return string

handle() public method

public handle ( )

setManBinary() public method

public setManBinary ( string $manBinary )
$manBinary string