Ignore:
Timestamp:
May 13, 2008 4:14:53 AM (16 years ago)
Author:
quinn
Message:

Fixed lots of misplings. I'm so embarrassed! ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/PageSequence.inc.php

    r141 r334  
    148148     * Get the current step id.
    149149     *
    150      * @return int $pos    Actual step poisition
     150     * @return int $pos    Actual step position
    151151     * @access public
    152152     */
     
    219219     * uncompleted step.
    220220     *
    221      * @return string  Step identifyer of the next step.
     221     * @return string  Step identifier of the next step.
    222222     * @access public
    223223     */
     
    240240    /**
    241241     * To set a set as 'completed'.
    242      * @return string  Step identifyer of the next step.
     242     * @return string  Step identifier of the next step.
    243243     * @access public
    244244     */
     
    273273     * @param  string $step_id   ID of current step.
    274274     * @param  mixed  $step_data Data to place into session storage.
    275      * @return string  Step identifyer of the next step.
     275     * @return string  Step identifier of the next step.
    276276     * @access public
    277277     */
     
    320320
    321321    /**
    322      * Delete's all data that are older than auto_timeout. Set current time if not not expired or not set.
     322     * Deletes all data that are older than auto_timeout. Set current time if not not expired or not set.
    323323     */
    324324    function _auto_timeout()
     
    361361    }
    362362
    363     /**
    364      * Template function to be extended with custom SQL code.
    365      *
    366      * @return int  Unique DB identifyer for saved record.
    367      * @access public
    368      */
    369     function saveData()
    370     {
    371         return false;
    372     }
    373 
    374     /**
    375      * Template function to be extended with custom SQL code.
    376      *
    377      * @return mixed  Data stored in DB.
    378      * @access public
    379      */
    380     function loadData()
    381     {
    382         return false;
    383     }
    384 
    385 
    386363} // END CLASS
    387364
Note: See TracChangeset for help on using the changeset viewer.