Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe InvalidArgumentException
+ Graphe d'héritage de InvalidArgumentException:

Fonctions membres publiques

 __construct ($message, $code, string $propertyPath=null, $value=null, array $constraints=[])
 
 getPropertyPath ()
 
 getValue ()
 
 getConstraints ()
 

Attributs privés

 $propertyPath
 
 $value
 
 $constraints
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $message,
  $code,
string  $propertyPath = null,
  $value = null,
array  $constraints = [] 
)

Documentation des fonctions membres

◆ getConstraints()

getConstraints ( )

Get the constraints that applied to the failed assertion.

Implémente AssertionFailedException.

◆ getPropertyPath()

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.

Renvoie
string|null

Implémente AssertionFailedException.

◆ getValue()

getValue ( )

Get the value that caused the assertion to fail.

Renvoie
mixed

Implémente AssertionFailedException.

Références $value.

Documentation des champs

◆ $constraints

$constraints
private

◆ $propertyPath

$propertyPath
private

◆ $value

$value
private

La documentation de cette classe a été générée à partir du fichier suivant :