PHP 클래스 Sulu\Bundle\ResourceBundle\Resource\Exception\FilterDependencyNotFoundException

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

공개 메소드들

메소드 설명
__construct ( $entityName, $id )
getEntityName ( ) : string Returns the name of the entityname of the dependency not found.
getId ( ) : integer Returns the id of the object not found.

메소드 상세

__construct() 공개 메소드

public __construct ( $entityName, $id )

getEntityName() 공개 메소드

Returns the name of the entityname of the dependency not found.
public getEntityName ( ) : string
리턴 string

getId() 공개 메소드

Returns the id of the object not found.
public getId ( ) : integer
리턴 integer