| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 42 | public function onConstruct() |
||
| 43 | { |
||
| 44 | $this->model = new FileSystemEntities(); |
||
| 45 | $this->model->companies_id = $this->userData->currentCompanyId(); |
||
| 46 | |||
| 47 | $this->additionalSearchFields = [ |
||
| 48 | ['is_deleted', ':', '0'], |
||
| 49 | ['companies_id', ':', $this->userData->currentCompanyId()] |
||
| 50 | ]; |
||
| 51 | } |
||
| 52 | } |
||
| 53 |