getString(0), order: $result->getInteger(1), string: $result->getString(2), ); } public function getEmoteId(): string { return $this->emoteId; } public function getOrder(): int { return $this->order; } public function getString(): string { return $this->string; } public function __toString(): string { return $this->string; } }