Example #1
0
 /**
  * Constructor that just gets and sets the settings/access arrays.
  *
  * @return \Bullhorn_Connection
  */
 public function __construct()
 {
     self::$settings = get_option('bullhorn_settings');
     self::$api_access = get_option('bullhorn_api_access');
 }