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/AgaviLoggerAppender.class.php

    r1233 r1238  
    1515 
    1616/** 
    17  * AgaviLoggerAppender allows you to specify a destination for log data and provide 
    18  * a custom layout for it, through which all log messages will be formatted. 
     17 * AgaviLoggerAppender allows you to specify a destination for log data and  
     18 * provide a custom layout for it, through which all log messages will be  
     19 * formatted. 
    1920 * 
    2021 * @package    agavi 
     
    6970   * Retrieve the layout. 
    7071   * 
    71    * @return     AgaviLoggerLayout A Layout instance, if it has been set, otherwise null. 
     72   * @return     AgaviLoggerLayout A Layout instance, if it has been set,  
     73   *                               otherwise null. 
    7274   * 
    7375   * @author     Sean Kerr <skerr@mojavi.org>