SYMBOL INDEX (69 symbols across 10 files) FILE: src/PhpSlackBot/ActiveMessenger/Push.php class Push (line 6) | class Push extends Base method sendMessage (line 17) | public function sendMessage($channelOrUsername, $usernameForMention, $... method configure (line 53) | protected function configure() method execute (line 60) | public function execute($message, $context) FILE: src/PhpSlackBot/Base.php class Base (line 4) | abstract class Base method configure (line 13) | abstract protected function configure(); method execute (line 14) | abstract protected function execute($message, $context); method getName (line 16) | public function getName() method getClient (line 22) | public function getClient() method getMentionOnly (line 27) | public function getMentionOnly() method setMentionOnly (line 32) | public function setMentionOnly($mentionOnly) method setName (line 37) | public function setName($name) method setClient (line 42) | public function setClient($client) method setChannel (line 47) | public function setChannel($channel) method setUser (line 52) | public function setUser($user) method getCurrentUser (line 57) | public function getCurrentUser() method setContext (line 62) | public function setContext($context) method getCurrentContext (line 67) | public function getCurrentContext() method getCurrentChannel (line 72) | public function getCurrentChannel() method setCaseInsensitive (line 77) | public function setCaseInsensitive($caseInsensitive) method getCaseInsensitive (line 82) | public function getCaseInsensitive() method send (line 87) | protected function send($channel, $username, $message, $parent_thread ... method getUserNameFromUserId (line 101) | protected function getUserNameFromUserId($userId) method getUserIdFromUserName (line 112) | protected function getUserIdFromUserName($userName) method getChannelIdFromChannelName (line 124) | protected function getChannelIdFromChannelName($channelName) method getChannelNameFromChannelId (line 140) | protected function getChannelNameFromChannelId($channelId) method getImIdFromUserId (line 155) | protected function getImIdFromUserId($userId) FILE: src/PhpSlackBot/Bot.php class Bot (line 4) | class Bot method setToken (line 20) | public function setToken($token) method loadCommand (line 25) | public function loadCommand($command) method loadWebhook (line 34) | public function loadWebhook($webhook) method loadCatchAllCommand (line 43) | public function loadCatchAllCommand($command) method enableWebserver (line 52) | public function enableWebserver($port, $authentificationToken = null, ... method loadPushNotifier (line 59) | public function loadPushNotifier($method, $repeatInterval = null) method run (line 68) | public function run() method initLogger (line 188) | public function initLogger(\Zend\Log\LoggerInterface $logger = null) method init (line 199) | private function init() method loadInternalCommands (line 225) | public function loadInternalCommands() method loadInternalWebhooks (line 240) | public function loadInternalWebhooks() method getCommand (line 252) | private function getCommand($data) FILE: src/PhpSlackBot/Command/BaseCommand.php class BaseCommand (line 4) | abstract class BaseCommand extends \PhpSlackBot\Base method executeCommand (line 7) | public function executeCommand($message, $context) FILE: src/PhpSlackBot/Command/CountCommand.php class CountCommand (line 4) | class CountCommand extends BaseCommand method configure (line 9) | protected function configure() method execute (line 14) | protected function execute($message, $context) FILE: src/PhpSlackBot/Command/DateCommand.php class DateCommand (line 4) | class DateCommand extends BaseCommand method configure (line 7) | protected function configure() method execute (line 12) | protected function execute($message, $context) FILE: src/PhpSlackBot/Command/PingPongCommand.php class PingPongCommand (line 4) | class PingPongCommand extends BaseCommand method configure (line 7) | protected function configure() method execute (line 12) | protected function execute($message, $context) FILE: src/PhpSlackBot/Command/PokerPlanningCommand.php class PokerPlanningCommand (line 4) | class PokerPlanningCommand extends BaseCommand method configure (line 12) | protected function configure() method execute (line 17) | protected function execute($message, $context) method start (line 44) | private function start($args) method status (line 74) | private function status() method vote (line 94) | private function vote($args) method end (line 123) | private function end() method getArgs (line 159) | private function getArgs($message) method getAverageScore (line 180) | private function getAverageScore() method getMedianScore (line 185) | private function getMedianScore() method getSequence (line 201) | private function getSequence() method getMaxScore (line 206) | private function getMaxScore() method getMinScore (line 211) | private function getMinScore() FILE: src/PhpSlackBot/Webhook/BaseWebhook.php class BaseWebhook (line 4) | abstract class BaseWebhook extends \PhpSlackBot\Base method executeWebhook (line 7) | public function executeWebhook($payload, $context) FILE: src/PhpSlackBot/Webhook/OutputWebhook.php class OutputWebhook (line 4) | class OutputWebhook extends BaseWebhook method configure (line 7) | protected function configure() method execute (line 12) | protected function execute($payload, $context)