PHP Class TheSeer\phpDox\CLI

ファイルを表示 Open project: theseer/phpdox

Public Methods

Method Description
__construct ( TheSeer\phpDox\Environment $env, Version $version, Factory $factory )
run ( CLIOptions $options ) Main executor for CLI process.

Private Methods

Method Description
loadConfig ( CLIOptions $options ) : GlobalConfig
showList ( $title, array $list )
showSkeletonConfig ( $strip )
showVersion ( ) Helper to output version information.

Method Details

__construct() public method

public __construct ( TheSeer\phpDox\Environment $env, Version $version, Factory $factory )
$env TheSeer\phpDox\Environment
$version Version
$factory Factory

run() public method

Main executor for CLI process.
public run ( CLIOptions $options )
$options CLIOptions