| 1 | <?php |
||
| 17 | class Steverobbins_Slack_Model_Api_Chat extends Steverobbins_Slack_Model_Api_Abstract |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Set method data |
||
| 21 | */ |
||
| 22 | public function __construct() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Add username if not supplied |
||
| 29 | * |
||
| 30 | * @return Steverobbins_Slack_Model_Api_Chat |
||
| 31 | */ |
||
| 32 | public function postMessage() |
||
| 39 | } |
||
| 40 |