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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$entity string The type of the entity, which was not found.
$id integer The id of the entity, which was not found.

공개 메소드들

메소드 설명
__construct ( string $entity, integer $id, $previous = null )
getEntity ( ) : string Returns the type of the entity, which was not found.
getId ( ) : integer Returns the id of the entity, which was not found.

메소드 상세

__construct() 공개 메소드

public __construct ( string $entity, integer $id, $previous = null )
$entity string The type of the entity, which was not found
$id integer The id of the entity, which was not found

getEntity() 공개 메소드

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

getId() 공개 메소드

Returns the id of the entity, which was not found.
public getId ( ) : integer
리턴 integer

프로퍼티 상세

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

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

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

The id of the entity, which was not found.
protected int $id
리턴 integer