1 | <?php |
||
7 | class CMSPageSettingsController extends CMSMain |
||
8 | { |
||
9 | |||
10 | private static $url_segment = 'pages/settings'; |
||
|
|||
11 | |||
12 | private static $url_rule = '/$Action/$ID/$OtherID'; |
||
13 | |||
14 | private static $url_priority = 42; |
||
15 | |||
16 | private static $required_permission_codes = 'CMS_ACCESS_CMSMain'; |
||
17 | |||
18 | public function getEditForm($id = null, $fields = null) |
||
24 | |||
25 | public function getTabIdentifier() |
||
29 | } |
||
30 |