PHP Class Learner\Services\Forms\SaveVideoFormService

Inheritance: extends AbstractFormService
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
getAttributes ( ) : array Custom user attributes aliases.
getInputData ( ) : array Get the prepared input data.

Method Details

getAttributes() public méthode

Custom user attributes aliases.
public getAttributes ( ) : array
Résultat array

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