bb_pos = $_i; $this->bb = $_bb; return $this; } /** * @return int */ public function GetWeight() { return $this->bb->getInt($this->bb_pos + 0); } /** * @return int offset */ public static function createFallingTub(FlatBufferBuilder $builder, $weight) { $builder->prep(4, 4); $builder->putInt($weight); return $builder->offset(); } }