Learner\Services\Forms\CreateCategoryFormService::getAttributes PHP Метод

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

Custom user attributes aliases.
public getAttributes ( ) : array
Результат array
    public function getAttributes()
    {
        return ['name' => lang('category.create.name', 'Name'), 'image' => lang('category.create.image', 'Image')];
    }
CreateCategoryFormService