PHP Class Sulu\Component\Rest\Exception\InvalidHashException

Inheritance: extends RestException
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

public __construct ( $entity, $id )

getEntity() public méthode

Returns the entity for which an invalid hash has been passed.
public getEntity ( ) : string
Résultat string

getId() public méthode

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