PHP 클래스 Ojs\CoreBundle\Exception\HasRelationException

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

공개 메소드들

메소드 설명
getEntity ( ) : mixed
getEntityName ( ) : mixed
getErrorMessage ( ) : mixed
getMapping ( ) : mixed
setEntity ( mixed $entity ) : HasRelationException
setEntityName ( mixed $entityName ) : HasRelationException
setErrorMessage ( $errorMessage )
setMapping ( mixed $mapping ) : HasRelationException

메소드 상세

getEntity() 공개 메소드

public getEntity ( ) : mixed
리턴 mixed

getEntityName() 공개 메소드

public getEntityName ( ) : mixed
리턴 mixed

getErrorMessage() 공개 메소드

public getErrorMessage ( ) : mixed
리턴 mixed

getMapping() 공개 메소드

public getMapping ( ) : mixed
리턴 mixed

setEntity() 공개 메소드

public setEntity ( mixed $entity ) : HasRelationException
$entity mixed
리턴 HasRelationException

setEntityName() 공개 메소드

public setEntityName ( mixed $entityName ) : HasRelationException
$entityName mixed
리턴 HasRelationException

setErrorMessage() 공개 메소드

public setErrorMessage ( $errorMessage )
$errorMessage

setMapping() 공개 메소드

public setMapping ( mixed $mapping ) : HasRelationException
$mapping mixed
리턴 HasRelationException