Development

Changeset 7969

You must first sign up to be able to contribute.

Changeset 7969

Show
Ignore:
Timestamp:
03/19/08 13:18:31 (2 years ago)
Author:
fabien
Message:

added available options for response classes in the API doc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/response/sfResponse.class.php

    r7722 r7969  
    3737  /** 
    3838   * Initializes this sfResponse. 
     39   * 
     40   * Available options: 
     41   * 
     42   *  * logging: Whether to enable logging or not (false by default) 
    3943   * 
    4044   * @param  sfEventDispatcher  A sfEventDispatcher instance 
  • branches/1.1/lib/response/sfWebResponse.class.php

    r7899 r7969  
    8181   * Initializes this sfWebResponse. 
    8282   * 
     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   * 
    8388   * @param  sfEventDispatcher  A sfEventDispatcher instance 
    8489   * @param  array              An array of options 
     
    8792   * 
    8893   * @throws <b>sfInitializationException</b> If an error occurs while initializing this sfResponse 
     94   * 
     95   * @see sfResponse 
    8996   */ 
    9097  public function initialize(sfEventDispatcher $dispatcher, $options = array()) 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.