PEAR_Validate::validateDependencies

PEAR_Validate::validateDependencies() – package.xml 2.0 専用 - チャネルは package.xml 1.0 では使用できない

Synopsis

require_once '/Validate.php';

void PEAR_Validate::validateDependencies ( )

Description

チャネル固有のバリデータでこれをオーバーライドし、 package.xml 2.0 ベースのリリースの <dependencies> タグの内容を検証します。

エラーは _addFailure() メソッドで報告され、致命的でないエラー (警告) は _addWarning() メソッドで報告されます。

Throws

例外はスローされません。

Note

This function can not be called statically.

validateDate (Previous) validateDeps (Next)
Last updated: Fri, 24 May 2013 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.