PHP Class Flarum\Core\Exception\ValidationException

Inheritance: extends Exceptio\Exception
Afficher le fichier Open project: flarum/core

Protected Properties

Свойство Type Description
$attributes
$relationships

Méthodes publiques

Méthode Description
__construct ( array $attributes, array $relationships = [] )
getAttributes ( )
getRelationships ( )

Method Details

__construct() public méthode

public __construct ( array $attributes, array $relationships = [] )
$attributes array
$relationships array

getAttributes() public méthode

public getAttributes ( )

getRelationships() public méthode

public getRelationships ( )

Property Details

$attributes protected_oe property

protected $attributes

$relationships protected_oe property

protected $relationships