PHP 클래스 Webmozart\Console\Handler\Help\HelpManHandler

부터: 1.0
저자: Bernhard Schussek ([email protected])
파일 보기 프로젝트 열기: webmozart/console 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $path, ExecutableFinder $executableFinder = null, ProcessLauncher $processLauncher = null ) Creates a new AsciiDoc descriptor.
getManBinary ( ) : string
handle ( )
setManBinary ( string $manBinary )

메소드 상세

__construct() 공개 메소드

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 getManBinary ( ) : string
리턴 string

handle() 공개 메소드

public handle ( )

setManBinary() 공개 메소드

public setManBinary ( string $manBinary )
$manBinary string