PHP 클래스 Learner\Services\Forms\UpdateSeriesFormService

상속: extends CreateSeriesFormService
파일 보기 프로젝트 열기: RryLee/learner.video

보호된 프로퍼티들

프로퍼티 타입 설명
$rules array The validation rules to validate the input data against.

공개 메소드들

메소드 설명
getInputData ( ) : array Get the prepared input data.

메소드 상세

getInputData() 공개 메소드

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

프로퍼티 상세

$rules 보호되어 있는 프로퍼티

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