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
)
Описание
'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
Замечание
This function can not be called statically.