Show
Ignore:
Timestamp:
11/04/06 23:29:49 (2 years ago)
Author:
dominik
Message:

phpdoc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/exception/AgaviException.class.php

    r1063 r1237  
    3535   * Print the stack trace for this exception. 
    3636   * 
    37    * @param      string The format you wish to use for printing. Options 
    38    *                    include: 
    39    *                    - html 
    40    *                    - plain 
     37   * @param      Exception     The original exception. 
     38   * @param      AgaviContext  The context instance. 
     39   * @param      AgaviResponse The response instance. 
    4140   * 
    4241   * @author     Sean Kerr <skerr@mojavi.org>