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