Method |
Description |
|
_element ( $color, $level, $key, $name, $channel, $info, $options ) : null |
List a single element. |
|
_finish ( ) : null |
Wrap up the listing. This will produce a condensed list of packages in
case quiet Output was requested. |
|
_listComponent ( Components_Component $component, integer $level, string $parent, array $options ) : boolean |
List a Horde component as dependency. |
|
_listExternal ( Components_Component_Dependency $dependency, integer $level, $options ) : null |
List an external package as dependency. |
|
_listLevel ( integer $level ) : string |
Produces an amount of whitespace depending on the specified level. |
|
_listTree ( Components_Component $component, array $options, integer $level, string $parent = '' ) : null |
List the dependency tree for this package. |
|