Changeset 14330
- Timestamp:
- 01/09/08 00:26:41 (1 year ago)
- Files:
-
- trunk/midcom/midcom.core/midcom/baseclasses/components/handler.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/baseclasses/components/navigation.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/core/collector.php (modified) (2 diffs)
- trunk/midcom/midcom.core/midcom/core/querybuilder.php (modified) (2 diffs)
- trunk/midcom/midcom.core/midcom/services/cache/module/phpscripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom/baseclasses/components/handler.php
r14133 r14330 150 150 * topic <i>we're currently operating on.</i> 151 151 * 152 * @param midcom_baseclasses_components_request $master A reference to the request class152 * @param midcom_baseclasses_components_request &$master A reference to the request class 153 153 * handling the request. 154 154 */ trunk/midcom/midcom.core/midcom/baseclasses/components/navigation.php
r14329 r14330 227 227 * 228 228 * @param MidgardTopic $topic The topic to process. 229 * @ paramboolean Indicating success.229 * @return boolean Indicating success. 230 230 */ 231 231 public function set_object($topic) trunk/midcom/midcom.core/midcom/core/collector.php
r14329 r14330 406 406 * @param mixed $value The value to compare against. It should be of the same type then the 407 407 * queried property. 408 * @ paramboolean Indicating success.408 * @return boolean Indicating success. 409 409 */ 410 410 function add_constraint($field, $operator, $value) … … 441 441 * @param string $ordering One of 'ASC' or 'DESC' indicating ascending or descending 442 442 * ordering. The default is 'ASC'. 443 * @ paramboolean Indicating success.443 * @return boolean Indicating success. 444 444 */ 445 445 function add_order($field, $ordering = null) trunk/midcom/midcom.core/midcom/core/querybuilder.php
r14329 r14330 682 682 * @param mixed $value The value to compare against. It should be of the same type then the 683 683 * queried property. 684 * @ paramboolean Indicating success.684 * @return boolean Indicating success. 685 685 */ 686 686 function add_constraint($field, $operator, $value) … … 722 722 * @param string $ordering One of 'ASC' or 'DESC' indicating ascending or descending 723 723 * ordering. The default is 'ASC'. 724 * @ paramboolean Indicating success.724 * @return boolean Indicating success. 725 725 */ 726 726 function add_order($field, $ordering = null) trunk/midcom/midcom.core/midcom/services/cache/module/phpscripts.php
r14329 r14330 140 140 * @param string $code The code to add to the cache, it must <i>not</i> include the php 141 141 * opening/closing tags, they will be added automatically during cache file creation. 142 * @ paramboolean Indicating success.142 * @return boolean Indicating success. 143 143 */ 144 144 function add($identifier, $code)
