<?php /** * Perforce Swarm * * @copyright 2013 Perforce Software. All rights reserved * @license Please see LICENSE.txt in top-level folder of this distribution. * @version 2013.1.MAIN-TEST_ONLY/597594 */ // this module just modifies activity and has no views of its own, there is not much to do here // if you wanted users to be able to configure the module, you'd have variables here return array( );
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8402 | Matt Attaway |
Add an sample extension to demonstrate event creation and capturing in Swarm This sample extension will show you how to both react to events that are published to the activity feed and how to add new events to the feed from inside of your module. |