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

more phpdoc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/logging/AgaviLoggerManager.class.php

    r1233 r1238  
    5454   * Initialize this AgaviLoggingManager. 
    5555   * 
     56   * @param      AgaviContext An AgaviContext instance. 
     57   * @param      array        An array of initialization parameters. 
     58   * 
    5659   * @throws     <b>AgaviInitializationException</b> If an error occurs while 
    57    *                                                 initializing a LoggingManager. 
     60   *                                                 initializing this instance. 
    5861   * 
    5962   * @author     David Zuelke <dz@bitxtender.com> 
     
    124127   * @param      string A logger name. 
    125128   * 
    126    * @return     AgaviLogger A Logger, if the logger has been removed, else null. 
    127    * 
    128    * @throws     <b>AgaviLoggingException</b> If the logger name is default, which 
    129    *                                          cannot be removed. 
     129   * @return     AgaviLogger A Logger, if the logger has been removed, else  
     130   *                         null. 
     131   * 
     132   * @throws     <b>AgaviLoggingException</b> If the logger name is default, 
     133   *                                           which cannot be removed. 
    130134   * 
    131135   * @author     David Zuelke <dz@bitxtender.com>