for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Slack.com Integration
*
* PHP Version 5
* @category Steverobbins
* @package Steverobbins_Slack
* @author Steve Robbins <[email protected]>
* @copyright Copyright 2015 Steve Robbins (http://steverobbins.com)
* @license http://creativecommons.org/licenses/by/3.0/deed.en_US Creative Commons Attribution 3.0 Unported License
*/
* Im API method
class Steverobbins_Slack_Model_Api_Im extends Steverobbins_Slack_Model_Api_Abstract
{
* Set method data
public function __construct()
$this->setMethod('im');
}