Changeset 1238 for trunk/src/renderer/AgaviRenderer.class.php
- Timestamp:
- 11/04/06 23:49:45 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/renderer/AgaviRenderer.class.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/renderer/AgaviRenderer.class.php
r1166 r1238 202 202 * for this Renderer instance will be appended ("literal" false) or not (true) 203 203 * 204 * @param array The (decorator) template info given by the View. 204 * @param array The (decorator) template info given by the View. 205 * @param string The extension prefix. 206 * @param string The extension seperator. 205 207 * 206 208 * @return string A template file name. … … 391 393 * It puts the returned data into the View (if appropriate) 392 394 * 395 * @param AgaviFilterChain The filter chain. 396 * @param AgaviResponse The response. 397 * 393 398 * @author David Zuelke <dz@bitxtender.com> 394 399 * @since 0.11.0 … … 405 410 * It puts the returned data into the View (if appropriate) 406 411 * 412 * @param AgaviFilterChain The filter chain. 413 * @param AgaviResponse The response. 414 * 407 415 * @author David Zuelke <dz@bitxtender.com> 408 416 * @since 0.11.0

