Changeset 7969
- Timestamp:
- 03/19/08 13:18:31 (2 years ago)
- Files:
-
- branches/1.1/lib/response/sfResponse.class.php (modified) (1 diff)
- branches/1.1/lib/response/sfWebResponse.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/response/sfResponse.class.php
r7722 r7969 37 37 /** 38 38 * Initializes this sfResponse. 39 * 40 * Available options: 41 * 42 * * logging: Whether to enable logging or not (false by default) 39 43 * 40 44 * @param sfEventDispatcher A sfEventDispatcher instance branches/1.1/lib/response/sfWebResponse.class.php
r7899 r7969 81 81 * Initializes this sfWebResponse. 82 82 * 83 * Available options: 84 * 85 * * charset: The charset to use (utf-8 by default) 86 * * content_type: The content type (text/html by default) 87 * 83 88 * @param sfEventDispatcher A sfEventDispatcher instance 84 89 * @param array An array of options … … 87 92 * 88 93 * @throws <b>sfInitializationException</b> If an error occurs while initializing this sfResponse 94 * 95 * @see sfResponse 89 96 */ 90 97 public function initialize(sfEventDispatcher $dispatcher, $options = array())

