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

    r1063 r1238  
    149149   * @param      string The error's message. 
    150150   * 
    151    * @return     null 
    152    * 
    153151   * @author     Noah Fontes <impl@cynigram.com> 
    154152   * @since      0.11.0 
     
    230228   * @param      DOMNode The element to append to. 
    231229   * @param      array The attributes to add to the XML document. 
    232    * 
    233    * @return     null 
    234230   * 
    235231   * @author     Noah Fontes <impl@cynigram.com> 
     
    265261   * Retrieve the template engine associated with this view. 
    266262   * 
    267    * @return     XSLTProcessor A template engine instance used for this 
    268    *                           class. 
     263   * @return     XSLTProcessor A template engine instance used for this class. 
    269264   * 
    270265   * @author     Noah Fontes <impl@cynigram.com> 
     
    279274  /** 
    280275   * Render the presentation to the Response. 
    281    * 
    282    * @return     null 
    283276   * 
    284277   * @author     Noah Fontes <impl@cynigram.com>