PHP Class Bravo3\Orm\Exceptions\InvalidIdException

Inheritance: extends InvalidArgumentException
Afficher le fichier Open project: bravo3/orm

Protected Properties

Свойство Type Description
$id string
$violations string[]

Méthodes publiques

Méthode Description
__construct ( string $id, array $violations )
getId ( ) : string Get Id
getViolations ( ) : string[] Get Violations

Method Details

__construct() public méthode

public __construct ( string $id, array $violations )
$id string
$violations array

getId() public méthode

Get Id
public getId ( ) : string
Résultat string

getViolations() public méthode

Get Violations
public getViolations ( ) : string[]
Résultat string[]

Property Details

$id protected_oe property

protected string $id
Résultat string

$violations protected_oe property

protected string[] $violations
Résultat string[]