PHP Class Components_Release_Task_Website, horde

Inheritance: extends Components_Release_Task_Base
Show file Open project: horde/horde

Protected Properties

Property Type Description
$_db PDO Database handle.

Public Methods

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

Method Details

run() public method

Run the task.
public run ( &$options )

validate() public method

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

Property Details

$_db protected property

Database handle.
protected PDO $_db
return PDO