Show
Ignore:
Timestamp:
11/01/2007 03:14:45 AM (13 months ago)
Author:
PugFish
Message:

Englishised some descriptions
Converted Validation to new comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Session.php

    r931 r932  
    2828        /* 
    2929         * Method: __construct 
    30          *  On first session instance creation, sets up the driver and creates session 
     30         *  On first session instance creation, sets up the driver and creates session. 
    3131         */ 
    3232        public function __construct() 
     
    8888        /* 
    8989         * Method: id 
    90          *  Get the session id 
     90         *  Get the session id. 
    9191         * 
    9292         * Returns: 
     
    100100        /* 
    101101         * Method: create 
    102          *  Create a new session 
     102         *  Create a new session. 
    103103         */ 
    104104        public function create($vars = NULL) 
     
    189189        /* 
    190190         * Method: regenerate 
    191          *  Regenerates the global session id 
     191         *  Regenerates the global session id. 
    192192         */ 
    193193        public function regenerate() 
     
    202202        /* 
    203203         * Method: destroy 
    204          *  Destroys the current session 
     204         *  Destroys the current session. 
    205205         * 
    206206         * Returns: 
     
    221221        /* 
    222222         * Method: set 
    223          *  Set a session variable 
     223         *  Set a session variable. 
    224224         * 
    225225         * Parameters: 
     
    248248        /* 
    249249         * Method: set_flash 
    250          *  Set a flash variable 
     250         *  Set a flash variable. 
    251251         * 
    252252         * Parameters: 
     
    276276        /* 
    277277         * Method: keep_flash 
    278          *  Freshen a flash variable 
     278         *  Freshen a flash variable. 
    279279         * 
    280280         * Parameters: 
     
    294294        /* 
    295295         * Method: get 
    296          *  Get a variable 
     296         *  Get a variable. 
    297297         * 
    298298         * Parameters: 
     
    313313        /* 
    314314         * Method: get_once 
    315          *  Get a variable, and delete it 
     315         *  Get a variable, and delete it. 
    316316         * 
    317317         * Parameters: 
     
    331331        /* 
    332332         * Method: del 
    333          *  Delete a variable 
     333         *  Delete a variable. 
    334334         * 
    335335         * Parameters: