PHP Class HipChatPlugin, addons

Original Source for Slack Integration Copyright (C) 2014 Karim Ratib ([email protected]) HipChat Integration is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License 2 as published by the Free Software Foundation. HipChat Integration is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with HipChat Integration; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or see http://www.gnu.org/licenses/.
Inheritance: extends MantisPlugin
ファイルを表示 Open project: vanilla/addons Class Usage Examples

Public Methods

Method Description
discussionModel_afterSaveDiscussion_handler ( PostController $sender, array $args ) Post every new discussion to HipChat.
settingsController_hipChat_create ( SettingsController $sender ) Settings page.
setup ( ) Run once on enable.
userModel_afterInsertUser_handler ( UserModel $sender, array $args ) Post every new registration to HipChat.

Method Details

discussionModel_afterSaveDiscussion_handler() public method

Post every new discussion to HipChat.
public discussionModel_afterSaveDiscussion_handler ( PostController $sender, array $args )
$sender PostController
$args array

settingsController_hipChat_create() public method

Settings page.
public settingsController_hipChat_create ( SettingsController $sender )
$sender SettingsController

setup() public method

Run once on enable.
public setup ( )

userModel_afterInsertUser_handler() public method

Post every new registration to HipChat.
public userModel_afterInsertUser_handler ( UserModel $sender, array $args )
$sender UserModel
$args array