PHP 클래스 Sulu\Component\Rest\ListBuilder\Expression\Exception\InvalidExpressionArgumentException

상속: extends ExpressionException
파일 보기 프로젝트 열기: sulu/sulu

보호된 프로퍼티들

프로퍼티 타입 설명
$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