Changeset 14388
- Timestamp:
- 01/12/08 14:24:34 (11 months ago)
- Files:
-
- trunk/midcom/midcom.admin.styleeditor/handler/create.php (modified) (2 diffs)
- trunk/midcom/midcom.admin.styleeditor/handler/edit.php (modified) (2 diffs)
- trunk/midcom/midcom.admin.styleeditor/handler/file.php (modified) (6 diffs)
- trunk/midcom/midcom.admin.styleeditor/handler/list.php (modified) (2 diffs)
- trunk/midcom/scaffold/handler/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.admin.styleeditor/handler/create.php
r12791 r14388 147 147 * @param string $handler_id Name of the used handler 148 148 * @param mixed $args Array containing the variable arguments passed to the handler 149 * @param mixed $data Data passed to the show method149 * @param mixed &$data Data passed to the show method 150 150 * @return boolean Indicating successful request 151 151 */ … … 241 241 * @access private 242 242 * @param string $handler_id Name of the used handler 243 * @param mixed $data Data passed to the show method243 * @param mixed &$data Data passed to the show method 244 244 */ 245 245 function _show_create($handler_id, &$data) trunk/midcom/midcom.admin.styleeditor/handler/edit.php
r12791 r14388 185 185 * @param string $handler_id Name of the used handler 186 186 * @param mixed $args Array containing the variable arguments passed to the handler 187 * @param mixed $data Data passed to the show method187 * @param mixed &$data Data passed to the show method 188 188 * @return boolean Indicating successful request 189 189 */ … … 333 333 * @access private 334 334 * @param string $handler_id Name of the used handler 335 * @param mixed $data Data passed to the show method335 * @param mixed &$data Data passed to the show method 336 336 */ 337 337 function _show_edit($handler_id, &$data) trunk/midcom/midcom.admin.styleeditor/handler/file.php
r14380 r14388 382 382 * @param string $handler_id Name of the used handler 383 383 * @param mixed $args Array containing the variable arguments passed to the handler 384 * @param mixed $data Data passed to the show method384 * @param mixed &$data Data passed to the show method 385 385 * @return boolean Indicating successful request 386 386 */ … … 428 428 * @access private 429 429 * @param string $handler_id Name of the used handler 430 * @param mixed $data Data passed to the show method430 * @param mixed &$data Data passed to the show method 431 431 */ 432 432 function _show_new($handler_id, &$data) … … 450 450 * @param string $handler_id Name of the used handler 451 451 * @param mixed $args Array containing the variable arguments passed to the handler 452 * @param mixed $data Data passed to the show method452 * @param mixed &$data Data passed to the show method 453 453 * @return boolean Indicating successful request 454 454 */ … … 511 511 * @access private 512 512 * @param string $handler_id Name of the used handler 513 * @param mixed $data Data passed to the show method513 * @param mixed &$data Data passed to the show method 514 514 */ 515 515 function _show_edit($handler_id, &$data) … … 534 534 * @param string $handler_id Name of the used handler 535 535 * @param mixed $args Array containing the variable arguments passed to the handler 536 * @param mixed $data Data passed to the show method536 * @param mixed &$data Data passed to the show method 537 537 * @return boolean Indicating successful request 538 538 */ … … 600 600 * @access private 601 601 * @param string $handler_id Name of the used handler 602 * @param mixed $data Data passed to the show method602 * @param mixed &$data Data passed to the show method 603 603 */ 604 604 function _show_delete($handler_id, &$data) trunk/midcom/midcom.admin.styleeditor/handler/list.php
r12791 r14388 103 103 * @param string $handler_id Name of the used handler 104 104 * @param mixed $args Array containing the variable arguments passed to the handler 105 * @param mixed $data Data passed to the show method105 * @param mixed &$data Data passed to the show method 106 106 * @return boolean Indicating successful request 107 107 */ … … 205 205 * @access private 206 206 * @param string $handler_id Name of the used handler 207 * @param mixed $data Data passed to the show method207 * @param mixed &$data Data passed to the show method 208 208 */ 209 209 function _show_list($handler_id, &$data) trunk/midcom/scaffold/handler/index.php
r14329 r14388 64 64 * This function does the output. 65 65 * 66 * @param mixed $handler_id The ID of the handler. 67 * @param mixed &$data The local request data. 66 68 */ 67 69 function _show_index($handler_id, &$data)
