PHP Class Components_Qc_Tasks, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Show file Open project: horde/horde

Public Methods

Method Description
__construct ( Components_Dependencies $dependencies ) Constructor.
getTask ( string $name, Components_Component $component ) : Components_Release_Task Return the named task.
run ( array $sequence, Components_Component $component, array $options = [] ) : null Run a sequence of qc tasks.

Method Details

__construct() public method

Constructor.
public __construct ( Components_Dependencies $dependencies )
$dependencies Components_Dependencies The task factory.

getTask() public method

Return the named task.
public getTask ( string $name, Components_Component $component ) : Components_Release_Task
$name string The name of the task.
$component Components_Component The component to be checked.
return Components_Release_Task The task.

run() public method

Run a sequence of qc tasks.
public run ( array $sequence, Components_Component $component, array $options = [] ) : null
$sequence array The task sequence.
$component Components_Component The component to be checked.
$options array Additional options.
return null