Commit e40f37c3 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #86 in ZP/z-push from...

Merge pull request #86 in ZP/z-push from feature/ZP-757-add-getmapping-function-to-streamer to develop

* commit '49536031':
  ZP-757 Add GetMapping function to Streamer. Released under the Affero GNU General Public License (AGPL) version 3.

(cherry picked from commit e3ac9b1d)
parent c940e901
......@@ -80,6 +80,17 @@ class Streamer implements Serializable {
$this->flags = false;
}
/**
* Return the streamer mapping for this object
*
* @access public
*/
public function GetMapping() {
return $this->mapping;
}
/**
* Decodes the WBXML from a WBXMLdecoder until we reach the same depth level of WBXML.
* This means that if there are multiple objects at this level, then only the first is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment