table = $table; } public function execute() { $this->sql->executeDrop($this); } public function getTable() { return $this->table; } }