PHP Class Modman

Afficher le fichier Open project: sitewards/modman-php Class Usage Examples

Méthodes publiques

Méthode Description
printHelp ( ) prints the help
run ( $aParameters ) runs and dispatches the modman program

Method Details

printHelp() public méthode

prints the help
public printHelp ( )

run() public méthode

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)