PHP Class Sulu\Component\Rest\ListBuilder\Expression\Exception\InvalidExpressionArgumentException

Inheritance: extends ExpressionException
Afficher le fichier Open project: sulu/sulu

Protected Properties

Свойство Type Description
$argument string The argument of the expression, which was invalid.
$expression string The expression type.

Méthodes publiques

Méthode Description
__construct ( string $expression, string $argument, null $customMessage = null )
getArgument ( ) : string Returns the type of the expression, which was concerned.

Method Details

__construct() public méthode

public __construct ( string $expression, string $argument, null $customMessage = null )
$expression string The type of the expression
$argument string The argument of the expression, which was invalid
$customMessage null

getArgument() public méthode

Returns the type of the expression, which was concerned.
public getArgument ( ) : string
Résultat string

Property Details

$argument protected_oe property

The argument of the expression, which was invalid.
protected string $argument
Résultat string

$expression protected_oe property

The expression type.
protected string $expression
Résultat string