path = $path; } /** * Executes the backup import command. * * @param mixed $data The import rule instructions. * * @return void */ abstract public function execute($data); }