constructor PEAR_PackageFileManager_File::PEAR_PackageFileManager_File

constructor PEAR_PackageFileManager_File::PEAR_PackageFileManager_File() – Set up the File filelist generator

Synopsis

require_once 'PEAR/PackageFileManager/File.php';

void constructor PEAR_PackageFileManager_File::PEAR_PackageFileManager_File ( PEAR_PackageFileManager &$parent , array $options )

Description

'ignore' and 'include' are the only options that this class uses. See PEAR_PackageFileManager::setOptions() for more information and formatting of this option

Parameter

PEAR_PackageFileManager &$parent

array $options

Throws

throws no exceptions thrown

Note

This function can not be called statically.