PHP Class Ojs\CoreBundle\Exception\HasRelationException

Inheritance: extends Exception
Afficher le fichier Open project: ojs/ojs Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public getEntity ( ) : mixed
Résultat mixed

getEntityName() public méthode

public getEntityName ( ) : mixed
Résultat mixed

getErrorMessage() public méthode

public getErrorMessage ( ) : mixed
Résultat mixed

getMapping() public méthode

public getMapping ( ) : mixed
Résultat mixed

setEntity() public méthode

public setEntity ( mixed $entity ) : HasRelationException
$entity mixed
Résultat HasRelationException

setEntityName() public méthode

public setEntityName ( mixed $entityName ) : HasRelationException
$entityName mixed
Résultat HasRelationException

setErrorMessage() public méthode

public setErrorMessage ( $errorMessage )
$errorMessage

setMapping() public méthode

public setMapping ( mixed $mapping ) : HasRelationException
$mapping mixed
Résultat HasRelationException