Property | Type | Description | |
---|---|---|---|
$argument | string | The argument of the entity, which was not passed. | |
$entity | string | The type of the entity, which was concerned. |
Method | Description | |
---|---|---|
__construct ( string $entity, string $argument ) | ||
getArgument ( ) : string | Returns the argument of the entity, which was not passed. | |
getEntity ( ) : string | Returns the type of the entity, which was concerned. |
public __construct ( string $entity, string $argument ) | ||
$entity | string | The type of the entity, which was not found |
$argument | string | The argument of the entity, which was not passed |
public getArgument ( ) : string | ||
return | string |
protected string $argument | ||
return | string |
protected string $entity | ||
return | string |