PHP Class Api\StarterKit\Requests\PagedRequest

Inheritance: extends Illuminate\Foundation\Http\FormRequest
Afficher le fichier Open project: qijitech/api-starter-kit

Méthodes publiques

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

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