PHP Класс Modman

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
printHelp ( ) prints the help
run ( $aParameters ) runs and dispatches the modman program

Описание методов

printHelp() публичный Метод

prints the help
public printHelp ( )

run() публичный Метод

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)