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