Commit 75a5ce11 authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

ZP-805 Renamed constructor ImportChangesStream() to __construct(). Released...

ZP-805 Renamed constructor ImportChangesStream() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 2fa913d8
...@@ -56,7 +56,7 @@ class ImportChangesStream implements IImportChanges { ...@@ -56,7 +56,7 @@ class ImportChangesStream implements IImportChanges {
* *
* @access public * @access public
*/ */
public function ImportChangesStream(&$encoder, $class) { public function __construct(&$encoder, $class) {
$this->encoder = &$encoder; $this->encoder = &$encoder;
$this->objclass = $class; $this->objclass = $class;
$this->classAsString = (is_object($class))?get_class($class):''; $this->classAsString = (is_object($class))?get_class($class):'';
......
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