App\Services\Html\BlenderFormBuilder::category PHP 메소드

category() 공개 메소드

public category ( string $type ) : string
$type string
리턴 string
    public function category(string $type) : string
    {
        return $this->group([Form::label($type . '_tags[]', fragment("back.{$this->module}.{$type}") . '*'), Form::category($this->model, $type, ['data-select' => 'select'])]);
    }