| Conditions | 4 |
| Paths | 1 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 20 |
| Changes | 0 | ||
| 1 | <?php |
||
| 44 | protected function createComponentBreadcrumb() |
||
| 45 | { |
||
| 46 | return new BreadcrumbControl( |
||
| 47 | $this->driver ? $this->driver->type() : null, |
||
| 48 | $this->database, |
||
| 49 | $this->driver && $this->database !== null ? $this->driver->dataManager()->databaseName($this->database) : null, |
||
| 50 | $this->type, |
||
| 51 | $this->table, |
||
| 52 | $this->item |
||
| 53 | ); |
||
| 54 | } |
||
| 55 | } |
||
| 56 |