| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | public function load($resource, $type = null) |
||
| 8 | { |
||
| 9 | $this->actions['nested_move'] = array( |
||
| 10 | 'path' => '/nested-move/{dragged}/{action}/{dropped}', |
||
| 11 | 'defaults' => array(), |
||
| 12 | 'requirements' => array(), |
||
| 13 | 'methods' => array('GET'), |
||
| 14 | 'controller' => 'list', |
||
| 15 | ); |
||
| 16 | |||
| 17 | return parent::load($resource, $type); |
||
| 18 | } |
||
| 19 | |||
| 25 |