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