PHP Class Horde_Role_postinstall, horde

Author: Michael Slusarz ([email protected])
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_config PEAR_Config PEAR config object.

Public Methods

Method Description
init ( PEAR_Config $config, PEAR_PackageFile_v2 $pkg, string $version ) Init postinstall task.
run ( array $info, $phase ) Run task after prompt.

Method Details

init() public method

Init postinstall task.
public init ( PEAR_Config $config, PEAR_PackageFile_v2 $pkg, string $version )
$config PEAR_Config Config object.
$pkg PEAR_PackageFile_v2 Package object.
$version string Last version installed.

run() public method

Run task after prompt.
public run ( array $info, $phase )
$info array Parameter array.

Property Details

$_config protected_oe property

PEAR config object.
protected PEAR_Config $_config
return PEAR_Config