PHP 클래스 Sulu\Component\Rest\Exception\InvalidArgumentException

상속: extends RestException
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$argument string The argument of the entity, which was not passed.
$entity string The type of the entity, which was concerned.

공개 메소드들

메소드 설명
__construct ( string $entity, string $argument, null $customMessage = null )
getArgument ( ) : string Returns the type of the entity, which was concerned.
getEntity ( ) : string Returns the argument of the entity, which was not passed.

메소드 상세

__construct() 공개 메소드

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

getArgument() 공개 메소드

Returns the type of the entity, which was concerned.
public getArgument ( ) : string
리턴 string

getEntity() 공개 메소드

Returns the argument of the entity, which was not passed.
public getEntity ( ) : string
리턴 string

프로퍼티 상세

$argument 보호되어 있는 프로퍼티

The argument of the entity, which was not passed.
protected string $argument
리턴 string

$entity 보호되어 있는 프로퍼티

The type of the entity, which was concerned.
protected string $entity
리턴 string