1 | <?php |
||
21 | class Edit extends Container |
||
22 | { |
||
23 | /** |
||
24 | * Core registry |
||
25 | * |
||
26 | * @var Registry |
||
27 | */ |
||
28 | protected $coreRegistry = null; |
||
29 | |||
30 | /** |
||
31 | * @param Context $context |
||
32 | * @param Registry $registry |
||
33 | * @param array $data |
||
34 | */ |
||
35 | public function __construct( |
||
43 | |||
44 | /** |
||
45 | * Department edit block |
||
46 | * |
||
47 | * @return void |
||
48 | */ |
||
49 | protected function _construct() |
||
75 | |||
76 | /** |
||
77 | * @return Phrase |
||
78 | */ |
||
79 | public function getHeaderText() |
||
92 | |||
93 | /** |
||
94 | * Check permission for passed action |
||
95 | * |
||
96 | * @return bool |
||
97 | */ |
||
98 | protected function isAllowed() |
||
102 | |||
103 | /** |
||
104 | * @return string |
||
105 | */ |
||
106 | protected function _getSaveAndContinueUrl() |
||
110 | |||
111 | /** |
||
112 | * @return string |
||
113 | */ |
||
114 | public function getBackUrl() |
||
118 | } |