1 | <?php |
||
27 | class SettingsAction extends Action |
||
28 | { |
||
29 | /** |
||
30 | * Check access. |
||
31 | * @param $org |
||
32 | * @param $user |
||
33 | * @return bool |
||
34 | * @throws UnauthorizedManageProfileException |
||
35 | */ |
||
36 | public static function checkAccess($org, $user) |
||
44 | |||
45 | /** |
||
46 | * @return string |
||
47 | */ |
||
48 | public function run($id) |
||
55 | } |
||
56 |