sql = $sql; $this->dump = false; } public function dump(): Query { $this->dump = true; return $this; } // can actually return bool|array (depending on success and query type) public abstract function execute(); }