Learner\Services\Forms\SaveVideoFormService::getInputData PHP 메소드

getInputData() 공개 메소드

Get the prepared input data.
public getInputData ( ) : array
리턴 array
    public function getInputData()
    {
        return array_only($this->inputData, ['series_id', 'title', 'description', 'resource_type', 'resource_id', 'published_at']);
    }
SaveVideoFormService