void constructor
PEAR_PackageFile::PEAR_PackageFile
(
PEAR_Config
&$config
,
bool
$debug
= false
,
string
$tmpdir
= false
)
Prepare for parsing one or more package.xml files.
&$config
The configuration to use for parsing and channel registry (needed for channel-specific validators).
$debug
The debug logging level (this is usually the value of the verbose
configuration variable).
$tmpdir
The temporary directory to extract files in. By default, a new temporary directory is created using System::mktemp().
throws no exceptions thrown
This function can not be called statically.