| Conditions | 3 |
| Paths | 2 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 47 | public function getEvidenceData() |
||
| 48 | { |
||
| 49 | return $this->engine->getColumnsFromFlexibee(array_key_exists('detail', |
||
| 50 | $this->conditions) ? $this->conditions['detail'] : 'full', $this->conditions); |
||
| 51 | } |
||
| 52 | |||
| 53 | /** |
||
| 54 | * Array of objects in eveidence |
||
| 55 | * |
||
| 56 | * @return FlexiBeeRO[] |
||
| 57 | */ |
||
| 58 | public function getEvidenceObjects() |
||
| 80 |