\Horde_Pear_Package_Contents_List

The core file list generator for package.xml files.

Summary

Methods
Properties
Constants
__construct()
getContents()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_root
$_ignore
$_include
$_role
$_install_as
N/A

Properties

$_root

$_root : string

The root path for the file listing.

Type

string

$_include

$_include : \Horde_Pear_Package_Contents_Include.

Handles including files from the file list.

Type

\Horde_Pear_Package_Contents_Include.

$_role

$_role : \Horde_Pear_Package_Contents_Role.

Handles file roles.

Type

\Horde_Pear_Package_Contents_Role.

$_install_as

$_install_as : \Horde_Pear_Package_Contents_InstallAs.

Handles install locations.

Type

\Horde_Pear_Package_Contents_InstallAs.

Methods

__construct()

__construct(\Horde_Pear_Package_Type  $type) : NULL

Constructor.

Parameters

\Horde_Pear_Package_Type $type

The package type.

Returns

NULL

getContents()

getContents() : array

Return the content list.

Returns

array —

The file list.