PHP Class Sulu\Component\Rest\Exception\MissingArgumentException

Inheritance: extends RestException
Afficher le fichier Open project: sulu/sulu Class Usage Examples

Protected Properties

Свойство Type Description
$argument string The argument of the entity, which was not passed.
$entity string The type of the entity, which was concerned.

Méthodes publiques

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

Method Details

__construct() public méthode

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

getArgument() public méthode

Returns the argument of the entity, which was not passed.
public getArgument ( ) : string
Résultat string

getEntity() public méthode

Returns the type of the entity, which was concerned.
public getEntity ( ) : string
Résultat string

Property Details

$argument protected_oe property

The argument of the entity, which was not passed.
protected string $argument
Résultat string

$entity protected_oe property

The type of the entity, which was concerned.
protected string $entity
Résultat string