Development

Changeset 8038

You must first sign up to be able to contribute.

Changeset 8038

Show
Ignore:
Timestamp:
03/21/08 23:13:39 (1 year ago)
Author:
dwhittle
Message:

1.1: added getOptions to sfI18n

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/i18n/sfI18N.class.php

    r7968 r8038  
    8282  } 
    8383 
     84 
     85  /** 
     86   * Returns the initialization options 
     87   * 
     88   * @return array The options used to initialize sfI18n 
     89   */ 
     90  public function getOptions() 
     91  { 
     92    return $this->options; 
     93  } 
     94 
    8495  /** 
    8596   * Returns the configuration instance. 

The Sensio Labs Network

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