PHP 클래스 Modman

파일 보기 프로젝트 열기: sitewards/modman-php 1 사용 예제들

공개 메소드들

메소드 설명
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)