@@ 1044-1047 (lines=4) @@ | ||
1041 | ], |
|
1042 | ]; |
|
1043 | ||
1044 | if (!is_null($this->action)) { |
|
1045 | $dataToJsonize[$this->nameSpace][$this->evidence.'@action'] = $this->action; |
|
1046 | $this->action = null; |
|
1047 | } |
|
1048 | ||
1049 | if (!is_null($this->filter)) { |
|
1050 | $dataToJsonize[$this->nameSpace][$this->evidence.'@filter'] = $this->filter; |
|
@@ 1049-1051 (lines=3) @@ | ||
1046 | $this->action = null; |
|
1047 | } |
|
1048 | ||
1049 | if (!is_null($this->filter)) { |
|
1050 | $dataToJsonize[$this->nameSpace][$this->evidence.'@filter'] = $this->filter; |
|
1051 | } |
|
1052 | ||
1053 | return json_encode($dataToJsonize); |
|
1054 | } |