| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | 1 | public function get_leaves() |
|
| 17 | { |
||
| 18 | return [ |
||
| 19 | 1 | "{$this->_topic->id}:scheduled" => [ |
|
| 20 | 1 | MIDCOM_NAV_URL => "scheduled/", |
|
| 21 | 1 | MIDCOM_NAV_NAME => $this->_l10n->get('scheduled invoices'), |
|
| 22 | ], |
||
| 23 | 1 | "{$this->_topic->id}:projects" => [ |
|
| 24 | 1 | MIDCOM_NAV_URL => "projects/", |
|
| 25 | 1 | MIDCOM_NAV_NAME => $this->_l10n->get('project invoicing'), |
|
| 26 | ], |
||
| 30 |