PHP Class Modman_Command_All

Mostra file Open project: sitewards/modman-php Class Usage Examples

Public Methods

Method Description
__call ( string $sMethodName, array $aArguments ) calls a method on all modules
__construct ( string $sClassName ) constructor for a command

Private Methods

Method Description
getAllModules ( ) : array returns all linked modules

Method Details

__call() public method

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() public method

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