Changeset 8039
- Timestamp:
- 03/21/08 23:13:57 (5 years ago)
- Files:
-
- branches/1.1/lib/user/sfUser.class.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/user/sfUser.class.php
r7980 r8039 5 5 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 6 6 * (c) 2004-2006 Sean Kerr <sean@code-box.org> 7 * 7 * 8 8 * For the full copyright and license information, please view the LICENSE 9 9 * file that was distributed with this source code. … … 118 118 } 119 119 120 /** 121 * Returns the initialization options 122 * 123 * @return array The options used to initialize sfUser 124 */ 120 125 public function getOptions() 121 126 { … … 184 189 /** 185 190 * Returns true if a flash variable of the specified name exists. 186 * 191 * 187 192 * @param string The name of the flash variable 188 193 *