PHP Class Domain\Billet\Http\Requests\StoreRequest

Inheritance: extends Domain\Http\Requests\Request
Afficher le fichier Open project: resultsystems/school

Méthodes publiques

Méthode 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 méthode

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

forbiddenResponse() public méthode

public forbiddenResponse ( )

rules() public méthode

Get the validation rules that apply to the request.
public rules ( ) : array
Résultat array