PHP Class Ojs\CoreBundle\Exception\HasRelationException

Inheritance: extends Exception
Show file Open project: ojs/ojs Class Usage Examples

Public Methods

Method Description
getEntity ( ) : mixed
getEntityName ( ) : mixed
getErrorMessage ( ) : mixed
getMapping ( ) : mixed
setEntity ( mixed $entity ) : HasRelationException
setEntityName ( mixed $entityName ) : HasRelationException
setErrorMessage ( $errorMessage )
setMapping ( mixed $mapping ) : HasRelationException

Method Details

getEntity() public method

public getEntity ( ) : mixed
return mixed

getEntityName() public method

public getEntityName ( ) : mixed
return mixed

getErrorMessage() public method

public getErrorMessage ( ) : mixed
return mixed

getMapping() public method

public getMapping ( ) : mixed
return mixed

setEntity() public method

public setEntity ( mixed $entity ) : HasRelationException
$entity mixed
return HasRelationException

setEntityName() public method

public setEntityName ( mixed $entityName ) : HasRelationException
$entityName mixed
return HasRelationException

setErrorMessage() public method

public setErrorMessage ( $errorMessage )
$errorMessage

setMapping() public method

public setMapping ( mixed $mapping ) : HasRelationException
$mapping mixed
return HasRelationException