PHP Class Learner\Services\Forms\UpdateSeriesFormService

Inheritance: extends CreateSeriesFormService
Afficher le fichier Open project: RryLee/learner.video

Protected Properties

Свойство Type Description
$rules array The validation rules to validate the input data against.

Méthodes publiques

Méthode Description
getInputData ( ) : array Get the prepared input data.

Method Details

getInputData() public méthode

Get the prepared input data.
public getInputData ( ) : array
Résultat array

Property Details

$rules protected_oe property

The validation rules to validate the input data against.
protected array $rules
Résultat array