PHP Class PEAR_Command_Pickle

Author: Greg Beaver ([email protected])
Inheritance: extends PEAR_Command_Common
Show file Open project: sourcefabric/newscoop

Public Properties

Property Type Description
$commands

Public Methods

Method Description
PEAR_Command_Pickle ( &$ui, &$config ) PEAR_Command_Package constructor.
_convertPackage ( $packagexml )
doPackage ( $command, $options, $params )
getPackageFile ( PEAR_Config $config, boolean $debug = false ) : PEAR_PackageFile For unit-testing ease
getPackager ( ) : PEAR_Packager For unit-testing ease

Method Details

PEAR_Command_Pickle() public method

PEAR_Command_Package constructor.
public PEAR_Command_Pickle ( &$ui, &$config )

_convertPackage() public method

public _convertPackage ( $packagexml )

doPackage() public method

public doPackage ( $command, $options, $params )

getPackageFile() public method

For unit-testing ease
public getPackageFile ( PEAR_Config $config, boolean $debug = false ) : PEAR_PackageFile
$config PEAR_Config
$debug boolean
return PEAR_PackageFile

getPackager() public method

For unit-testing ease
public getPackager ( ) : PEAR_Packager
return PEAR_Packager

Property Details

$commands public property

public $commands