Constructs a tariqaThemes Object
Tariqa
__construct
(
$config,
$soap)
Get the details of the Crisis Correpondent Informations of a specific Delegation
-
string
$token: Session Identifier
-
Country
$country: Identifier of the Country
Get information about a delegation
Delegation
getDelegation
(
string $token,
int $delegation_id)
-
string
$token: Session identifier
-
int
$delegation_id: Identifier of the delegation
Get the list of personnel working in a given delegation
DelegationPersonnel[]
getDelegationPersonnel
(string $token, int $delegation_id)
-
string
$token: Session identifier
-
int
$delegation_id: Identifier of the delegation
Get the list of Head of Delegation and Deputy Head of Delegation of a given Delegation
DelegationPersonnel[]
getHeadsOfDelegation
(string $token, int $delegation_id)
-
string
$token: Session identifier
-
int
$delegation_id: Identifier of the delegation
Get the list of CrisisCorrepondents (eventually filtered on a list of countries)
CrisisCorrespondent[]
listCrisisCorrespondents
(string $token, Country[] $countries)
-
string
$token: Session Identifier
-
Country[]
$countries: Country list filter [OPTIONAL]
Get a list of all available delegations (eventually filtered by country)
Delegation[]
listDelegations
(
string $token,
Country $country)
-
string
$token: Session identifier
-
Country
$country: Country filter [OPTIONAL]
Get a list of all available delegations (eventually filtered on a list of countries)
Delegation[]
listDelegations2
(string $token, Country[] $countries)
-
string
$token: Session identifier
-
Country[]
$countries: Country list filter