PHP Class Horde_Pear_Package_Task_UpdateContents, 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 ( Horde_Pear_Package_Xml $xml, Horde_Pear_Package_Contents $content = null, array $options = [] ) |
Constructor. |
|
run ( ) : null |
Execute the task. |
|
Method Details
__construct()
public method
public __construct ( Horde_Pear_Package_Xml $xml, Horde_Pear_Package_Contents $content = null, array $options = [] ) |
$xml |
Horde_Pear_Package_Xml |
The package.xml file to
operate on. |
$content |
Horde_Pear_Package_Contents |
The content list. |
$options |
array |
Additional options. |