Changeset 3875 for trunk/lib/Doctrine/Pager/Layout.php
- Timestamp:
- 02/21/08 09:54:55 (2 years ago)
- Files:
-
- 1 modified
-
trunk/lib/Doctrine/Pager/Layout.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Doctrine/Pager/Layout.php
r3874 r3875 410 410 * _parseTemplate 411 411 * 412 * P rocessthe template of a given page and return the processed template412 * Parse the template of a given page and return the processed template 413 413 * 414 414 * @param array Optional parameters to be applied in template and url mask … … 427 427 * _parseUrlTemplate 428 428 * 429 * P rocessesthe 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. 430 430 * Already process the mask replacements assigned. 431 431 * … … 454 454 * _parseUrl 455 455 * 456 * P rocess the url mask of a given page and return the processed url456 * Parse the mask replacements of a given page 457 457 * 458 458 * @param $options Optional parameters to be applied in template and url mask … … 477 477 * _parseUrl 478 478 * 479 * P rocessthe url mask of a given page and return the processed url479 * Parse the url mask of a given page and return the processed url 480 480 * 481 481 * @param $options Optional parameters to be applied in template and url mask … … 494 494 return strtr($str, $replacements); 495 495 } 496 497 496 497 498 498 /** 499 499 * _parseMaskReplacements 500 500 * 501 * P rocessthe mask replacements, changing from to-be replaced mask with new masks/values501 * Parse the mask replacements, changing from to-be replaced mask with new masks/values 502 502 * 503 503 * @param $str String to have masks replaced