Class tariqaDelegations

Description

Located in /Tariqa.code/tariqaDelegations.class.php (line 2)

Tariqa
   |
   --tariqaDelegations
Variable Summary
array $config
boolean $soap
Method Summary
Tariqa __construct ( $config,  $soap)
CrisisCorrespondent getCrisisCorrespondent (string $token, Country $country)
Delegation getDelegation (string $token, int $delegation_id)
DelegationPersonnel[] getDelegationPersonnel (string $token, int $delegation_id)
DelegationPersonnel[] getHeadsOfDelegation (string $token, int $delegation_id)
CrisisCorrespondent[] listCrisisCorrespondents (string $token, Country[] $countries)
Delegation[] listDelegations (string $token, Country $country)
Delegation[] listDelegations2 (string $token, Country[] $countries)
Variables
array $config = null (line 7)

Configuration array

  • access: protected
boolean $soap (line 13)

The class is called using SOAP

  • access: public
Methods
Constructor __construct (line 20)

Constructs a tariqaThemes Object

  • access: public
Tariqa __construct ( $config,  $soap)
  • $config
  • $soap
getCrisisCorrespondent (line 587)

Get the details of the Crisis Correpondent Informations of a specific Delegation

  • access: public
CrisisCorrespondent getCrisisCorrespondent (string $token, Country $country)
  • string $token: Session Identifier
  • Country $country: Identifier of the Country
getDelegation (line 252)

Get information about a delegation

  • access: public
Delegation getDelegation (string $token, int $delegation_id)
  • string $token: Session identifier
  • int $delegation_id: Identifier of the delegation
getDelegationPersonnel (line 382)

Get the list of personnel working in a given delegation

  • access: public
DelegationPersonnel[] getDelegationPersonnel (string $token, int $delegation_id)
  • string $token: Session identifier
  • int $delegation_id: Identifier of the delegation
getHeadsOfDelegation (line 437)

Get the list of Head of Delegation and Deputy Head of Delegation of a given Delegation

  • access: public
DelegationPersonnel[] getHeadsOfDelegation (string $token, int $delegation_id)
  • string $token: Session identifier
  • int $delegation_id: Identifier of the delegation
listCrisisCorrespondents (line 491)

Get the list of CrisisCorrepondents (eventually filtered on a list of countries)

  • access: public
CrisisCorrespondent[] listCrisisCorrespondents (string $token, Country[] $countries)
  • string $token: Session Identifier
  • Country[] $countries: Country list filter [OPTIONAL]
listDelegations (line 31)

Get a list of all available delegations (eventually filtered by country)

  • access: public
Delegation[] listDelegations (string $token, Country $country)
  • string $token: Session identifier
  • Country $country: Country filter [OPTIONAL]
listDelegations2 (line 140)

Get a list of all available delegations (eventually filtered on a list of countries)

  • access: public
Delegation[] listDelegations2 (string $token, Country[] $countries)
  • string $token: Session identifier
  • Country[] $countries: Country list filter

Documentation generated on Thu, 10 Dec 2009 15:21:46 +0100 by phpDocumentor 1.4.1