tableName = $name; } public function execute() { return $this->sql->executeTruncate($this); } public function getTableName() { return $this->tableName; } }; ?>