Ignore:
Timestamp:
03/10/10 16:25:29 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Atualizando e padronizando comentários nas novas classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/lib/WorkflowFactory.php

    r2206 r2207  
    11<?php 
    22 
     3/** 
     4 * Specialization of the BaseFactory class. 
     5 * This class is used to instantiate classes by 
     6 * the workflow module (not by processes). You 
     7 * cannot access this class directly, but requests 
     8 * to the Factory frontend class in 'unsecured mode' 
     9 * will be forwarded to this class. 
     10 * 
     11 * @author Pedro Eugênio Rocha 
     12 * @package Factory 
     13 */ 
    314class WorkflowFactory extends BaseFactory { 
    415 
Note: See TracChangeset for help on using the changeset viewer.