PHP Class Learner\Services\Forms\UpdateSeriesFormService

Inheritance: extends CreateSeriesFormService
Show file Open project: RryLee/learner.video

Protected Properties

Property Type Description
$rules array The validation rules to validate the input data against.

Public Methods

Method Description
getInputData ( ) : array Get the prepared input data.

Method Details

getInputData() public method

Get the prepared input data.
public getInputData ( ) : array
return array

Property Details

$rules protected property

The validation rules to validate the input data against.
protected array $rules
return array