void
PEAR_Validate::_addFailure
(
string
$field
,
string
$reason
)
add a validation warning from one of the channel validation functions. Use this for a non-fatal warning of a potential problem situation.
$field
The package.xml section being validated (such as version
or
dependencies
)
$reason
A human-readable reason that validation failed.
throws no exceptions thrown
This function can not be called statically.