| 1 | <?php |
||
| 18 | class RoleController extends AbstractAuthItemController |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | */ |
||
| 23 | protected function getModelClass() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | protected function getSearchModelClass() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | * |
||
| 39 | * @throws NotFoundHttpException |
||
| 40 | */ |
||
| 41 | protected function getItem($name) |
||
| 51 | } |
||
| 52 |