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];
    }