PEAR_ChannelFile::getValidationObject()
PEAR_ChannelFile::getValidationObject()
-- Retrieve the object that can be used for custom validation
概要
require_once '/ChannelFile.php'; |
PEAR_Validate|false
&
PEAR_ChannelFile::getValidationObject
(string|false
[$package = FALSE])
説明
Retrieve the channel validation object. The package parameter is intended to notify
getValidationObject() of the package to be validated. If the package
is in fact the channel validation package, then PEAR_Validate will be used for validation.
This prevents an endless loop that would otherwise occur.
パラメータ
- string|FALSE
$package
The name of the package to validate. If the package is
the channel validation package, PEAR_Validate is returned.
返り値
returns
false is returned if the validation package cannot be located
例外・エラー
throws
no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。