PHP Class Domain\Billet\Http\Requests\StoreRequest

Inheritance: extends Domain\Http\Requests\Request
Datei anzeigen Open project: resultsystems/school

Public Methods

Method Description
authorize ( ) : boolean Determine if the user is authorized to make this request.
forbiddenResponse ( )
rules ( ) : array Get the validation rules that apply to the request.

Method Details

authorize() public method

Determine if the user is authorized to make this request.
public authorize ( ) : boolean
return boolean

forbiddenResponse() public method

public forbiddenResponse ( )

rules() public method

Get the validation rules that apply to the request.
public rules ( ) : array
return array