source: branches/1.2/workflow/inc/engine/src/API/Role.php @ 1349

Revision 1349, 245 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
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.