sql = $sql; $this->dump = false; } public function dump() { $this->dump = true; return $this; } public abstract function execute(); }