Overview

Namespaces

  • Webmozart
    • Console
      • Adapter
      • Api
        • Application
        • Args
          • Format
        • Command
        • Config
        • Event
        • Formatter
        • IO
        • Resolver
      • Args
      • Config
      • Formatter
      • Handler
        • Help
      • IO
        • InputStream
        • OutputStream
      • Process
      • Resolver
      • UI
        • Alignment
        • Component
        • Help
        • Layout
        • Style
      • Util

Classes

  • HelpAsciiDocHandler
  • HelpHandler
  • HelpJsonHandler
  • HelpManHandler
  • HelpTextHandler
  • HelpXmlHandler
  • Overview
  • Namespace
  • Class

Class HelpManHandler

Namespace: Webmozart\Console\Handler\Help
Author: Bernhard Schussek bschussek@gmail.com
Since: 1.0
Located at Handler/Help/HelpManHandler.php
Methods summary
public
# __construct( Symfony\Component\Process\ExecutableFinder $path, Symfony\Component\Process\ExecutableFinder $executableFinder = null, Webmozart\Console\Process\ProcessLauncher $processLauncher = null )

Creates a new AsciiDoc descriptor.

Creates a new AsciiDoc descriptor.

Parameters

$path

$executableFinder The finder used to find the "man" binary.

$executableFinder

$processLauncher The launcher for executing the "man" binary.

$processLauncher
public
# handle( )
public string
# getManBinary( )

Returns

string
public
# setManBinary( string $manBinary )

Parameters

$manBinary
Webmozart Console API API documentation generated by ApiGen