Learner\Services\Forms\UserRegisterFormService::getInputData PHP Метод

getInputData() публичный Метод

Get the prepared input data.
public getInputData ( ) : array
Результат array
    public function getInputData()
    {
        return array_only($this->inputData, ['username', 'email', 'password', 'password_confirmation']);
    }
UserRegisterFormService