1 | <?php |
||
22 | class Nexcessnet_Turpentine_Block_Management |
||
23 | extends Mage_Adminhtml_Block_Template { |
||
24 | |||
25 | public function __construct() { |
||
30 | |||
31 | /** |
||
32 | * Get the flushAll url |
||
33 | * |
||
34 | * @return string |
||
35 | */ |
||
36 | public function getFlushAllUrl() { |
||
39 | |||
40 | /** |
||
41 | * Get the flushPartial URL |
||
42 | * |
||
43 | * @return string |
||
44 | */ |
||
45 | public function getFlushPartialUrl() { |
||
48 | |||
49 | /** |
||
50 | * Get the flushContentType URL |
||
51 | * |
||
52 | * @return string |
||
53 | */ |
||
54 | public function getFlushContentTypeUrl() { |
||
57 | |||
58 | /** |
||
59 | * Get the applyConfig URL |
||
60 | * |
||
61 | * @return string |
||
62 | */ |
||
63 | public function getApplyConfigUrl() { |
||
66 | |||
67 | /** |
||
68 | * Get the saveConfig URL |
||
69 | * |
||
70 | * @return string |
||
71 | */ |
||
72 | public function getSaveConfigUrl() { |
||
75 | |||
76 | /** |
||
77 | * Get the getConfig URL |
||
78 | * |
||
79 | * @return string |
||
80 | */ |
||
81 | public function getGetConfigUrl() { |
||
84 | |||
85 | /** |
||
86 | * Get the switchNavigation URL |
||
87 | * |
||
88 | * @param string $type |
||
89 | * @return string |
||
90 | */ |
||
91 | public function getSwitchNavigationUrl($type) { |
||
94 | } |
||
95 |