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/ProcessFactory.php

    r2206 r2207  
    11<?php 
    22 
     3/** 
     4 * Specialization of the BaseFactory class. 
     5 * This class is used to instantiate classes for 
     6 * processes. You cannot access this class directly, 
     7 * but requests to the Factory frontend class in 
     8 * 'secured mode' will be forwarded to this class. 
     9 * It should be much more restrictive than its 
     10 * older brother (or sister), WorkflowFactory... 
     11 * 
     12 * @author Pedro Eugênio Rocha 
     13 * @package Factory 
     14 */ 
    315class ProcessFactory extends BaseFactory { 
    416 
Note: See TracChangeset for help on using the changeset viewer.