Documentation

Horde_Pear_Package_Xml_Factory
in package

Generates instances required for package.xml manipulations.

Tags
author

Gunnar Wrobel wrobel@pardus.de

category

Horde

copyright

2011-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

create()  : mixed
Create an instance.
createTask()  : Horde_Pear_Package_Task
Create a task handler.

Methods

create()

Create an instance.

public create(string $type, array<string|int, mixed> $arguments) : mixed
Parameters
$type : string

The instance type.

$arguments : array<string|int, mixed>

The constructor arguments.

Return values
mixed

The instance.

createTask()

Create a task handler.

public createTask(string $type, array<string|int, mixed> $arguments) : Horde_Pear_Package_Task
Parameters
$type : string

The task type.

$arguments : array<string|int, mixed>

The constructor arguments.

Return values
Horde_Pear_Package_Task

The task instance.

Search results