Show
Ignore:
Timestamp:
02/21/08 09:54:55 (2 years ago)
Author:
guilhermeblanco
Message:

Updated manual pages and changed documentation naming convention (from process to parse) to follow the API

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine/Pager/Layout.php

    r3874 r3875  
    410410     * _parseTemplate 
    411411     * 
    412      * Process the template of a given page and return the processed template 
     412     * Parse the template of a given page and return the processed template 
    413413     * 
    414414     * @param array    Optional parameters to be applied in template and url mask 
     
    427427     * _parseUrlTemplate 
    428428     * 
    429      * Processes the url mask to return the correct template depending of the options sent. 
     429     * Parse the url mask to return the correct template depending of the options sent. 
    430430     * Already process the mask replacements assigned. 
    431431     * 
     
    454454     * _parseUrl 
    455455     * 
    456      * Process the url mask of a given page and return the processed url 
     456     * Parse the mask replacements of a given page 
    457457     * 
    458458     * @param $options    Optional parameters to be applied in template and url mask 
     
    477477     * _parseUrl 
    478478     * 
    479      * Process the url mask of a given page and return the processed url 
     479     * Parse the url mask of a given page and return the processed url 
    480480     * 
    481481     * @param $options    Optional parameters to be applied in template and url mask 
     
    494494        return strtr($str, $replacements); 
    495495    } 
    496      
    497      
     496 
     497 
    498498    /** 
    499499     * _parseMaskReplacements 
    500500     * 
    501      * Process the mask replacements, changing from to-be replaced mask with new masks/values 
     501     * Parse the mask replacements, changing from to-be replaced mask with new masks/values 
    502502     * 
    503503     * @param $str    String to have masks replaced