예제 #1
0
 /**
  * @param null $reader
  */
 public function __construct($reader = null)
 {
     parent::__construct($reader);
     $this->wired_type = PBMessage::WIRED_VARINT;
 }
예제 #2
0
파일: PBString.php 프로젝트: wy0727/getui
 /**
  * @param null $reader
  */
 public function __construct($reader = null)
 {
     parent::__construct($reader);
     $this->wired_type = PBMessage::WIRED_LENGTH_DELIMITED;
 }