Development

Changeset 8039

You must first sign up to be able to contribute.

Changeset 8039

Show
Ignore:
Timestamp:
03/21/08 23:13:57 (5 years ago)
Author:
dwhittle
Message:

1.1: fixed phpdoc in sfUser

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/user/sfUser.class.php

    r7980 r8039  
    55 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 
    66 * (c) 2004-2006 Sean Kerr <sean@code-box.org> 
    7  *  
     7 * 
    88 * For the full copyright and license information, please view the LICENSE 
    99 * file that was distributed with this source code. 
     
    118118  } 
    119119 
     120  /** 
     121   * Returns the initialization options 
     122   * 
     123   * @return array The options used to initialize sfUser 
     124   */ 
    120125  public function getOptions() 
    121126  { 
     
    184189  /** 
    185190   * Returns true if a flash variable of the specified name exists. 
    186    *  
     191   * 
    187192   * @param  string  The name of the flash variable 
    188193   *