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