PHP 클래스 Modman_Command_All

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

공개 메소드들

메소드 설명
__call ( string $sMethodName, array $aArguments ) calls a method on all modules
__construct ( string $sClassName ) constructor for a command

비공개 메소드들

메소드 설명
getAllModules ( ) : array returns all linked modules

메소드 상세

__call() 공개 메소드

calls a method on all modules
public __call ( string $sMethodName, array $aArguments )
$sMethodName string the method name to call
$aArguments array the parameters to give that method

__construct() 공개 메소드

constructor for a command
public __construct ( string $sClassName )
$sClassName string