Dependencies
in package
Horde\Components\Runner\Dependencies:: lists a tree of dependencies.
Copyright 2010-2020 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- $_config : Config
- $_dependencies : Dependencies
- __construct() : mixed
- Constructor.
- run() : void
Properties
$_config read-only
private
Config
$_config
$_dependencies read-only
private
Dependencies
$_dependencies
Methods
__construct()
Constructor.
public
__construct(Config $_config, Dependencies $_dependencies) : mixed
Parameters
- $_config : Config
-
The configuration for the current job.
- $_dependencies : Dependencies
-
The list helper.
Return values
mixed —run()
public
run() : void