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

getInputData() 공개 메소드

Get the prepared input data.
public getInputData ( ) : array
리턴 array
    public function getInputData()
    {
        return array_only($this->inputData, ['title', 'link', 'type', 'domain', 'note', 'newsletter_id']);
    }