Property | Type | Description | |
---|---|---|---|
$entity | string | The type of the entity, which was not found. | |
$id | integer | The id of the entity, which was not found. |
Method | Description | |
---|---|---|
__construct ( string $entity, integer $id ) | ||
getEntity ( ) : string | Returns the type of the entity, for which the id was already set. | |
getId ( ) : integer | Returns the id of the entity, for which the id was already set. |
public __construct ( string $entity, integer $id ) | ||
$entity | string | The type of the entity, which was not found |
$id | integer | The id of the entity, which was not found |
protected string $entity | ||
return | string |