__construct() __construct(array $parameters = null) Constructor. Parameters array $parameters Options for this instance. - directory: (string) The path to the directory that holds the modules. - exclude: (array) Exclude these modules from the list.
count() count() : integer Implementation of Countable count() method. Returns the number of modules. Returns integer — Number of modules.
_initModules() _initModules() : NULL Initialize the list of module class names. Throws \Horde_Cli_Modular_Exception In case the list of modules could not be established. Returns NULL