Commit e8d4f7f51c77b50c0448be090bad568023180a39
1 parent
328140af
Exists in
master
and in
24 other branches
Restore FFT
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
src/Request/ParamsRequestImpl/Nodes/Requests/RequestOutputPlotTimeAxisNodeClass.php
... | ... | @@ -22,6 +22,11 @@ class RequestOutputPlotTimeAxisNodeClass extends RequestOutputPlotAxisElementNod |
22 | 22 | $this->setAttribute(REQUESTOUTPUTPLOTTIMEAXIS_FORMAT, $format); |
23 | 23 | } |
24 | 24 | |
25 | + public function setId($id) | |
26 | + { | |
27 | + $this->setAttribute("id", $id); | |
28 | + } | |
29 | + | |
25 | 30 | public function getFormat() |
26 | 31 | { |
27 | 32 | return $this->getAttribute(REQUESTOUTPUTPLOTTIMEAXIS_FORMAT); |
... | ... | @@ -33,5 +38,3 @@ class RequestOutputPlotTimeAxisNodeClass extends RequestOutputPlotAxisElementNod |
33 | 38 | parent::loadFromNode($xmlNode); |
34 | 39 | } |
35 | 40 | } |
36 | - | |
37 | -?> | |
38 | 41 | \ No newline at end of file | ... | ... |