prefix = $prefix; return $this; } /** * Get prefix. * * @return string * * @since 1.0.0 */ public function getPrefix() : string { return $this->prefix; } /** * Get query type. * * @return int * * @since 1.0.0 */ public function getType() : int { return $this->type; } }