PHP Class Modman

Exibir arquivo Open project: sitewards/modman-php Class Usage Examples

Public Methods

Method Description
printHelp ( ) prints the help
run ( $aParameters ) runs and dispatches the modman program

Method Details

printHelp() public method

prints the help
public printHelp ( )

run() public method

runs and dispatches the modman program
public run ( $aParameters )
$aParameters - this is just a representation of $argv (the parameters which were used to launch the program)