source: sandbox/2.3-MailArchiver/workflow/inc/engine/src/API/Role.php @ 6779

Revision 6779, 245 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1<?php
2require_once (GALAXIA_LIBRARY.SEP.'src'.SEP.'common'.SEP.'Base.php');
3/**
4 * Represents a role
5 *
6 * @package Galaxia
7 * @license http://www.gnu.org/copyleft/gpl.html GPL
8 * @todo Implement this class
9 */
10class Role extends Base {
11
12}
13?>
Note: See TracBrowser for help on using the repository browser.