| 1 | <?php |
||
| 17 | class Steverobbins_Slack_Adminhtml_Slack_System_Config_ChannelsController |
||
| 18 | extends Mage_Adminhtml_Controller_Action |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * ACL |
||
| 22 | * |
||
| 23 | * @return boolean |
||
| 24 | */ |
||
| 25 | protected function _isAllowed() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Get channel listing from API |
||
| 32 | * |
||
| 33 | * @return void |
||
| 34 | */ |
||
| 35 | public function getAction() |
||
| 57 | } |
||
| 58 |