| Conditions | 1 |
| Paths | 1 |
| Total Lines | 18 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | public function getDocumentList() |
||
| 24 | { |
||
| 25 | $this->calledMethod = 'getDocumentList'; |
||
| 26 | |||
| 27 | $this->getPage(); |
||
| 28 | $this->addLimit(); |
||
| 29 | |||
| 30 | //DateTime |
||
| 31 | $this->getDateTime(); |
||
| 32 | $this->getDateTimeFromTo(); |
||
| 33 | // $this->getFullList(); |
||
| 34 | |||
| 35 | |||
| 36 | // $methodProperties = [ |
||
| 37 | // 'GetFullList' => 0, |
||
| 38 | // ]; |
||
| 39 | |||
| 40 | return $this->getResponse($this->model, $this->calledMethod, $this->methodProperties, true); |
||
| 41 | } |
||
| 43 |