PHP Class Flarum\Core\Exception\ValidationException

Inheritance: extends Exceptio\Exception
Datei anzeigen Open project: flarum/core

Protected Properties

Property Type Description
$attributes
$relationships

Public Methods

Method Description
__construct ( array $attributes, array $relationships = [] )
getAttributes ( )
getRelationships ( )

Method Details

__construct() public method

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

getAttributes() public method

public getAttributes ( )

getRelationships() public method

public getRelationships ( )

Property Details

$attributes protected_oe property

protected $attributes

$relationships protected_oe property

protected $relationships