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

Inheritance: extends ExpressionException
Show file Open project: sulu/sulu

Protected Properties

Property Type Description
$argument string The argument of the expression, which was invalid.
$expression string The expression type.

Public Methods

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

Method Details

__construct() public method

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 method

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

Property Details

$argument protected property

The argument of the expression, which was invalid.
protected string $argument
return string

$expression protected property

The expression type.
protected string $expression
return string