function __construct(&$stream) { parent::__construct($stream); $this->classref = array(); }
function __construct(&$stream, $simple = false) { parent::__construct($stream); $this->classref = array(); $this->refer = $simple ? new HproseFakeReaderRefer() : new HproseRealReaderRefer(); }