/**
  * Constructor
  *
  * @author Ashish Kataria
  * @return bool "true" on Success, "false" otherwise
  */
 public function __construct()
 {
     parent::__construct();
     $this->Language->Load('freshbooks');
     $this->Load->Library('FreshBooksWrapper:FreshbooksWrapper');
     return true;
 }
 /**
  * Constructor
  *
  * @author Ruchi Kothari
  * @return bool "true" on Success, "false" otherwise
  */
 public function __construct()
 {
     parent::__construct();
     $this->Language->Load('mailchimp');
     $this->Language->Load('settings');
     return true;
 }
 /**
  * Constructor
  *
  * @author Atul Atri
  */
 public function __construct()
 {
     parent::__construct();
     return true;
 }