Changeset 1238 for trunk/src/renderer/AgaviXslRenderer.class.php
- Timestamp:
- 11/04/06 23:49:45 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/renderer/AgaviXslRenderer.class.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/renderer/AgaviXslRenderer.class.php
r1063 r1238 149 149 * @param string The error's message. 150 150 * 151 * @return null152 *153 151 * @author Noah Fontes <impl@cynigram.com> 154 152 * @since 0.11.0 … … 230 228 * @param DOMNode The element to append to. 231 229 * @param array The attributes to add to the XML document. 232 *233 * @return null234 230 * 235 231 * @author Noah Fontes <impl@cynigram.com> … … 265 261 * Retrieve the template engine associated with this view. 266 262 * 267 * @return XSLTProcessor A template engine instance used for this 268 * class. 263 * @return XSLTProcessor A template engine instance used for this class. 269 264 * 270 265 * @author Noah Fontes <impl@cynigram.com> … … 279 274 /** 280 275 * Render the presentation to the Response. 281 *282 * @return null283 276 * 284 277 * @author Noah Fontes <impl@cynigram.com>

