Show
Ignore:
Timestamp:
02/23/06 20:09:13 (6 years ago)
Author:
john
Message:

added in phpDoc commenting tests docs - Walt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/app/application_mailer.php

    r117 r138  
    11<?php 
    2 # The filters added to this controller will be run for all controllers in the application. 
    3 # Likewise will all the methods added be available for all controllers. 
     2/** 
     3 *  Filters for all controllers 
     4 * 
     5 *  The filters added to this controller will be run for all 
     6 *  controllers in the application.  Likewise will all the methods 
     7 *  added be available for all controllers. 
     8 * 
     9 *  @package PHPonTrax 
     10 */ 
     11 
     12/** 
     13 *  @package PHPonTrax 
     14 */ 
    415class ApplicationMailer extends ActionMailer {   
    516