Пример #1
0
 /**
  *
  */
 protected static function setupPheal()
 {
     parent::setupPheal();
     // eve scope data calls
     self::setScopeType(self::EVE_API_DATA_SCOPE_EVE);
 }
Пример #2
0
 /**
  *
  */
 static function setupPheal()
 {
     parent::setupPheal();
     // corporation scope data calls
     self::setScopeType(self::EVE_API_DATA_SCOPE_CORPORATION);
 }
Пример #3
0
 protected static function setupPheal()
 {
     parent::setupPheal();
     // server scope data calls
     self::setScopeType(self::EVE_API_DATA_SCOPE_SERVER);
 }
Пример #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);
 }
Пример #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);
 }