Documentation

Horde_Pear_Package_Contents_List
in package
implements Horde_Pear_Package_Contents

The core file list generator for package.xml files.

Tags
author

Gunnar Wrobel wrobel@pardus.de

category

Horde

copyright

2011-2017 Horde LLC

license

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

Interfaces, Classes and Traits

Horde_Pear_Package_Contents
Defines a content generator for package.xml files.

Table of Contents

$_ignore  : Horde_Pear_Package_Contents_Ignore
Handles ignoring files from the file list.
$_include  : mixed
Handles including files from the file list.
$_install_as  : mixed
Handles install locations.
$_role  : mixed
Handles file roles.
$_root  : string
The root path for the file listing.
__construct()  : null
Constructor.
getContents()  : array<string|int, mixed>
Return the content list.

Properties

$_include

Handles including files from the file list.

private mixed $_include

Horde_Pear_Package_Contents_Include.

$_install_as

Handles install locations.

private mixed $_install_as

Horde_Pear_Package_Contents_InstallAs.

$_role

Handles file roles.

private mixed $_role

Horde_Pear_Package_Contents_Role.

$_root

The root path for the file listing.

private string $_root

Methods

getContents()

Return the content list.

public getContents() : array<string|int, mixed>
Return values
array<string|int, mixed>

The file list.

Search results