1 | <?php |
||
5 | class CMSPageSettingsController extends CMSMain |
||
6 | { |
||
7 | |||
8 | private static $url_segment = 'pages/settings'; |
||
|
|||
9 | |||
10 | private static $url_rule = '/$Action/$ID/$OtherID'; |
||
11 | |||
12 | private static $url_priority = 42; |
||
13 | |||
14 | private static $required_permission_codes = 'CMS_ACCESS_CMSMain'; |
||
15 | |||
16 | public function getEditForm($id = null, $fields = null) |
||
22 | |||
23 | public function Breadcrumbs($unlinked = false) |
||
29 | |||
30 | public function getTabIdentifier() |
||
34 | } |
||
35 |