Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($message, $code, string $propertyPath=null, $value=null, array $constraints=[]) | |
getPropertyPath () | |
getValue () | |
getConstraints () | |
Attributs privés | |
$propertyPath | |
$value | |
$constraints | |
__construct | ( | $message, | |
$code, | |||
string | $propertyPath = null , |
||
$value = null , |
|||
array | $constraints = [] |
||
) |
Références $message, $value, Symfony\Contracts\Service\__construct(), et value.
getConstraints | ( | ) |
Get the constraints that applied to the failed assertion.
Implémente AssertionFailedException.
getPropertyPath | ( | ) |
User controlled way to define a sub-property causing the failure of a currently asserted objects.
Useful to transport information about the nature of the error back to higher layers.
Implémente AssertionFailedException.
getValue | ( | ) |
Get the value that caused the assertion to fail.
Implémente AssertionFailedException.
Références $value.
|
private |
|
private |
|
private |