1 | <?php namespace Distilleries\FormBuilder; |
||
5 | class FormView extends Form { |
||
6 | |||
7 | |||
8 | // ------------------------------------------------------------------------------------------------ |
||
9 | // ------------------------------------------------------------------------------------------------ |
||
10 | // ------------------------------------------------------------------------------------------------ |
||
11 | |||
12 | 140 | public function add($name, $type = 'text', array $options = [], $modify = false, $noOveride = false) |
|
43 | |||
44 | // ------------------------------------------------------------------------------------------------ |
||
45 | // ------------------------------------------------------------------------------------------------ |
||
46 | // ------------------------------------------------------------------------------------------------ |
||
47 | |||
48 | 76 | public function renderFormView(array $options = []) |
|
52 | |||
53 | // ------------------------------------------------------------------------------------------------ |
||
54 | |||
55 | |||
56 | 4 | public function renderRestView() |
|
62 | |||
63 | // ------------------------------------------------------------------------------------------------ |
||
64 | |||
65 | 80 | protected function view($options, $fields) |
|
80 | } |