App\services\OptionFormGroup::text PHP Méthode

text() public méthode

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