Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (array $assertions) | |
assert (string $path, string $command) | |
Fonctions membres privées | |
assertAssertions (array $assertions) | |
invokeAssertions (string $path, string $command) | |
Attributs privés | |
$assertions | |
__construct | ( | array | $assertions | ) |
assert | ( | string | $path, |
string | $command | ||
) |
Executes assertions based on all contained assertions.
string | $path | |
string | $command |
Exception |
Implémente Assertable.
Références $path, et ConjunctionInterceptor\invokeAssertions().
|
private |
Assertable[] | $assertions |
Références ConjunctionInterceptor\$assertions.
Référencé par ConjunctionInterceptor\__construct().
|
private |
string | $path | |
string | $command |
Références $path.
Référencé par ConjunctionInterceptor\assert().
|
private |
Référencé par ConjunctionInterceptor\__construct(), et ConjunctionInterceptor\assertAssertions().