PHP Class Sulu\Component\Rest\Exception\ConstraintViolationException

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

Protected Properties

Свойство Type Description
$entity string
$field string
$type string

Méthodes publiques

Méthode Description
__construct ( string $field, $entity, $type, $code )
toArray ( )

Method Details

__construct() public méthode

public __construct ( string $field, $entity, $type, $code )
$field string

toArray() public méthode

public toArray ( )

Property Details

$entity protected_oe property

protected string $entity
Résultat string

$field protected_oe property

protected string $field
Résultat string

$type protected_oe property

protected string $type
Résultat string