* @revision 04 * @license http://creativecommons.org/licenses/by-sa/3.0/de/ Creative Commons Attribution-Share Alike 3.0 Germany * @homepage http://oss.tiggerswelt.net/oscar/ * @copyright Copyright © 2009 tiggersWelt.net */ /** * Handle transactions for our roster * * @class Roster_Transaction */ class Roster_Transaction { public function start () { } public function finish () { } public function add ($Items) { } public function update ($Items) { } public function remove ($Items) { } public function reply ($Items) { } } ?>