Anonymous | Login | Signup for a new account | 2021-04-22 17:11 CEST |
![]() |
My View | View Issues | Change Log | Roadmap | My Account |
View Revisions: Issue #57 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0000057: The data model engine should pass the ref param as a last arg to the get and set functions | ||
Revision | 2015-06-09 12:51 by mohamed.kallel | ||
Description | pass the ref param as a last arg to the get and set functions. We should be able to retrieve the ref param in the get and set functions of each param. Be careful for the defined get functions like "echo 1.2" we should think to use a customized echo function for this case "common_echo 1.2" common_echo() { echo "$1" } |
||
Revision | 2015-06-09 11:32 by mohamed.kallel | ||
Description | pass the ref param as a last arg to the get functions. We should be able to retrieve the ref param in the get functions of each param. Be careful for the defined get functions like "echo 1.2" we should think to use a customized echo function for this case "common_echo 1.2" common_echo() { echo "$1" } |
||
Revision | 2015-06-03 11:03 by mohamed.kallel | ||
Description | pass the ref param as a last arg to the set and get by . We should be able to retrieve the ref param in the set and get functions of each param. Be careful for the defined get functions like "echo 1.2" we should think to use a customized echo function for this case "common_echo 1.2" common_echo() { echo "$1" } |
||
Revision | 2015-06-03 10:57 by mohamed.kallel | ||
Description | pass the ref param as a last arg to the set and get by the data model engine. We should be able to retrieve the ref param in the set and get functions of each param. Be careful for the defined get functions like "echo 1.2" we should think to use a customized echo function for this case "common_echo 1.2" common_echo() { echo "$1" } |
Copyright © 2000 - 2021 MantisBT Team |