PHP Class App\Http\Requests\CreatePaymentRequest

Inheritance: extends App\Http\Requests\PaymentRequest
ファイルを表示 Open project: hillelcoren/invoice-ninja Class Usage Examples

Public Methods

Method 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 method

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

rules() public method

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