| 1 | <?php |
||
| 16 | class CrudController extends Controller |
||
| 17 | { |
||
| 18 | public function hasAction($id, $actions = null): bool |
||
| 27 | |||
| 28 | public function getRefs($name, $translate = null, array $options = []): array |
||
| 32 | |||
| 33 | public function getClassRefs($type, $translate = null, array $options = []): array |
||
| 37 | |||
| 38 | public function getBlockReasons(): array |
||
| 42 | |||
| 43 | public function getCurrencyTypes(): array |
||
| 47 | } |
||
| 48 |