Development

Changeset 8038

You must first sign up to be able to contribute.

Changeset 8038

Show
Ignore:
Timestamp:
03/21/08 23:13:39 (5 months 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.