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

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

공개 메소드들

메소드 설명
__construct ( $entity, $id )
getEntity ( ) : string Returns the entity for which an invalid hash has been passed.
getId ( ) : mixed Returns the id of the entity for which an invalid hash has been passed.

메소드 상세

__construct() 공개 메소드

public __construct ( $entity, $id )

getEntity() 공개 메소드

Returns the entity for which an invalid hash has been passed.
public getEntity ( ) : string
리턴 string

getId() 공개 메소드

Returns the id of the entity for which an invalid hash has been passed.
public getId ( ) : mixed
리턴 mixed