for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Sreedev\Slack\Api;
class Conversations extends \Sreedev\Slack\Api\Api
{
/**
* functionSet
*
* @var string
*/
private $functionSet = "conversations";
* __construct
* @param mixed $Slack
* @param mixed $method
* @param mixed $data
* @return void
function __construct(\Sreedev\Slack\Slack $Slack, $method, $data)
parent::__construct($Slack, $method, $data, $this->functionSet);
}