config = $config; $this->backup = $backup; } /** * @return bool */ public abstract function send(); }