PEAR_Validate::validateDependencies

PEAR_Validate::validateDependencies() – for package.xml 2.0 only - channels can't use package.xml 1.0

Synopsis

require_once '/Validate.php';

void PEAR_Validate::validateDependencies ( )

Description

Override this in a channel-specific validator to validate the <dependencies> tag of a package.xml 2.0-based release.

Errors should be reported using _addFailure() method, and non-fatal errors (warnings) should be reported using the _addWarning() method.

Throws

throws no exceptions thrown

Note

This function can not be called statically.