Parent Directory | Revision Log | Patch
revision 1.2 by wakaba, Sun Jun 17 13:37:40 2007 UTC | revision 1.3 by wakaba, Thu Jun 21 14:57:53 2007 UTC | |
---|---|---|
# | Line 20 sub ___report_error ($$) { | Line 20 sub ___report_error ($$) { |
20 | ||
21 | ## |DOMConfiguration| methods | ## |DOMConfiguration| methods |
22 | ||
23 | sub get_parameter ($$) { | |
24 | return ${$${$_[0]}}->{$_[1]}; | |
25 | } # get_parameter | |
26 | ||
27 | sub set_parameter ($$;$) { | sub set_parameter ($$;$) { |
28 | if (defined $_[2]) { | if (defined $_[2]) { |
29 | ${$${$_[0]}}->{$_[1]} = $_[2]; | ${$${$_[0]}}->{$_[1]} = $_[2]; |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |