public function __construct() { $this->init(); $this->db = DB::get(); }
public function init($gw) { $this->gateway = $gw; $this->db = DB::get(); }