| Total Complexity | 1 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | class AppStatusCell extends Cell |
||
| 23 | { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * List of valid options that can be passed into this |
||
| 27 | * cell's constructor. |
||
| 28 | * |
||
| 29 | * @var array |
||
| 30 | */ |
||
| 31 | protected $_validCellOptions = []; |
||
| 32 | |||
| 33 | /** |
||
| 34 | * {@inheritDoc} |
||
| 35 | */ |
||
| 36 | public function display(CurrentUserInterface $CurrentUser) |
||
| 42 |