PHP Class Phrozn\Runner\CommandLine\Parser

Author: Victor Farazdagi
Inheritance: extends Console_CommandLine
Show file Open project: farazdagi/phrozn

Public Methods

Method Description
__construct ( array $paths ) Create phrozn command
__toString ( )

Private Methods

Method Description
configureCommand ( $paths, array $config ) : Phrozn\Runner\Command Fine tune main command by adding subcommands
registerCommand ( string $name, array $data, Console_CommandLine_Command $parent = null ) : void Register given command using array of options

Method Details

__construct() public method

Create phrozn command
public __construct ( array $paths )
$paths array Folder paths

__toString() public method

public __toString ( )