Commit 42fc1f6d authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

ZP-805 Renamed constructor Streamer() to __construct(). Released under the...

ZP-805 Renamed constructor Streamer() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 75a5ce11
...@@ -76,7 +76,7 @@ class Streamer implements Serializable { ...@@ -76,7 +76,7 @@ class Streamer implements Serializable {
* @param array $mapping internal mapping of variables * @param array $mapping internal mapping of variables
* @access public * @access public
*/ */
function Streamer($mapping) { function __construct($mapping) {
$this->mapping = $mapping; $this->mapping = $mapping;
$this->flags = false; $this->flags = false;
} }
......
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