PHP Class Learner\Http\Requests\UpdateAccountRequest

Inheritance: extends Learner\Http\Requests\Request
Afficher le fichier Open project: RryLee/learner.video Class Usage Examples

Méthodes publiques

Méthode Description
attributes ( ) : array Change attributes display name.
authorize ( ) : boolean Determine if the user is authorized to make this request.
rules ( ) : array Get the validation rules that apply to the request.

Method Details

attributes() public méthode

Change attributes display name.
public attributes ( ) : array
Résultat array

authorize() public méthode

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

rules() public méthode

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