PHP Class Bravo3\Orm\Exceptions\InvalidIdException

Inheritance: extends InvalidArgumentException
Datei anzeigen Open project: bravo3/orm

Protected Properties

Property Type Description
$id string
$violations string[]

Public Methods

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

Method Details

__construct() public method

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

getId() public method

Get Id
public getId ( ) : string
return string

getViolations() public method

Get Violations
public getViolations ( ) : string[]
return string[]

Property Details

$id protected_oe property

protected string $id
return string

$violations protected_oe property

protected string[] $violations
return string[]