App\services\OptionFormGroup::text PHP 메소드

text() 공개 메소드

public text ( $id, $value = null )
    public function text($id, $value = null)
    {
        $this->items[] = ['type' => 'text', 'id' => $id, 'value' => $value];
    }