PHP Класс Sulu\Component\Rest\ListBuilder\Expression\Exception\InvalidExpressionArgumentException

Наследование: extends ExpressionException
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$argument string The argument of the expression, which was invalid.
$expression string The expression type.

Открытые методы

Метод Описание
__construct ( string $expression, string $argument, null $customMessage = null )
getArgument ( ) : string Returns the type of the expression, which was concerned.

Описание методов

__construct() публичный Метод

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() публичный Метод

Returns the type of the expression, which was concerned.
public getArgument ( ) : string
Результат string

Описание свойств

$argument защищенное свойство

The argument of the expression, which was invalid.
protected string $argument
Результат string

$expression защищенное свойство

The expression type.
protected string $expression
Результат string