PEAR_PackageFileManager_File::getFileList()

PEAR_PackageFileManager_File::getFileList() -- Generate the <filelist></filelist> section of the package file.

Synopsis

require_once 'PEAR/PackageFileManager/File.php';

array PEAR_PackageFileManager_File::getFileList ()

Description

This function performs the backend generation of the array containing all files in this package

Throws

throws no exceptions thrown

Note

This function can not be called statically.