프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$entity | string | The type of the entity, which was not found. | |
$id | integer | The id of the entity, which was not found. |
메소드 | 설명 | |
---|---|---|
__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 | ||
리턴 | string |