Example #1
0
 /**
  *
  */
 protected static function setupPheal()
 {
     parent::setupPheal();
     // eve scope data calls
     self::setScopeType(self::EVE_API_DATA_SCOPE_EVE);
 }
Example #2
0
 /**
  *
  */
 static function setupPheal()
 {
     parent::setupPheal();
     // corporation scope data calls
     self::setScopeType(self::EVE_API_DATA_SCOPE_CORPORATION);
 }
Example #3
0
 protected static function setupPheal()
 {
     parent::setupPheal();
     // server scope data calls
     self::setScopeType(self::EVE_API_DATA_SCOPE_SERVER);
 }
Example #4
0
 /**
  * Ensure that the API calls we make in this class are using the right scope.
  */
 protected static function setupPheal()
 {
     parent::setupPheal();
     // character scope data calls
     self::setScopeType(self::EVE_API_DATA_SCOPE_CHARACTER);
 }
Example #5
0
 /**
  * Ensure that the API calls we make in this class are using the right scope.
  */
 protected static function setupPheal()
 {
     parent::setupPheal();
     // account scope data calls
     self::setScopeType(self::EVE_API_DATA_SCOPE_ACCOUNT);
 }