| Conditions | 1 |
| Paths | 1 |
| Total Lines | 15 |
| Code Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | public function configureListFields(ListMapper $listMapper) |
||
| 30 | { |
||
| 31 | $listMapper |
||
| 32 | ->addIdentifier('date_created', null, array('route' => array('name' => 'show'))) |
||
| 33 | ->add('status') |
||
| 34 | ->add('url') |
||
| 35 | ->add('ip') |
||
| 36 | ->add('message') |
||
| 37 | ->add( |
||
| 38 | '_action', |
||
| 39 | 'actions', |
||
| 40 | array( |
||
| 41 | 'actions' => array( |
||
| 42 | 'show' => array(), |
||
| 43 | 'delete' => array() |
||
| 44 | ) |
||
| 72 |