PHP Class Sulu\Component\Rest\Exception\ConstraintViolationException

Inheritance: extends RestException
Mostra file Open project: sulu/sulu

Protected Properties

Property Type Description
$entity string
$field string
$type string

Public Methods

Method Description
__construct ( string $field, $entity, $type, $code )
toArray ( )

Method Details

__construct() public method

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

toArray() public method

public toArray ( )

Property Details

$entity protected_oe property

protected string $entity
return string

$field protected_oe property

protected string $field
return string

$type protected_oe property

protected string $type
return string