\Horde_Pear_Package_Task_UpdateContents

Updates the content listings of a package.xml file.

Summary

Methods
Properties
Constants
__construct()
run()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_xml
$_content
$_options
N/A

Properties

$_options

$_options : array

Additional options.

Type

array

Methods

__construct()

__construct(\Horde_Pear_Package_Xml  $xml, \Horde_Pear_Package_Contents  $content = null, array  $options = array()) 

Constructor.

Parameters

\Horde_Pear_Package_Xml $xml

The package.xml file to operate on.

\Horde_Pear_Package_Contents $content

The content list.

array $options

Additional options.

run()

run() : NULL

Execute the task.

Returns

NULL