Пример #1
0
 function __construct(&$stream)
 {
     parent::__construct($stream);
     $this->classref = array();
 }
Пример #2
0
 function __construct(&$stream, $simple = false)
 {
     parent::__construct($stream);
     $this->classref = array();
     $this->refer = $simple ? new HproseFakeReaderRefer() : new HproseRealReaderRefer();
 }