コード例 #1
0
ファイル: PBSignedInt.php プロジェクト: wy0727/getui
 /**
  * @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;
 }