PHP Class Components_Release_Task_NextVersion, 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.
Inheritance: extends Components_Release_Task_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
run ( &$options ) : null Run the task.
validate ( array $options ) : array Validate the preconditions required for this release task.

Method Details

run() public méthode

Run the task.
public run ( &$options ) : null
Résultat null

validate() public méthode

Validate the preconditions required for this release task.
public validate ( array $options ) : array
$options array Additional options.
Résultat array An empty array if all preconditions are met and a list of error messages otherwise.