| Conditions | 1 |
| Paths | 1 |
| Total Lines | 18 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | protected function lazy_get_children() |
||
| 24 | { |
||
| 25 | $ns = $this->module->flat_id; |
||
| 26 | |||
| 27 | return array_merge(parent::lazy_get_children(), [ |
||
| 28 | |||
| 29 | "local[$ns.max_file_size]" => new Text([ |
||
| 30 | |||
| 31 | Form::LABEL => 'max_file_size', |
||
|
|
|||
| 32 | Text::ADDON => 'Kb', // TODO-20110206: use conventions |
||
| 33 | Element::DEFAULT_VALUE => 16000, |
||
| 34 | |||
| 35 | 'class' => 'measure', |
||
| 36 | 'size' => 6 |
||
| 37 | |||
| 38 | ]) |
||
| 39 | ]); |
||
| 40 | } |
||
| 41 | } |
||
| 42 |
This class constant has been deprecated.