All translations

Enter a message name below to show all available translations.

Message

Found 6 translations.

NameCurrent message text
 h Danish (da)'''Kodeeksempel på hentning af serviceliste'''
<br><br>
 <nowiki>$services = $client-&gt;getEventList();
// returnerer array(array(
//    'id' =&gt; 1, - service-id
//    'name' =&gt; 'Service 1', - servicens navn
//    'description' =&gt; 'Beskriv din service...', - servicebeskrivelse
//    'duration' =&gt; 60, - servicens varighed
//    'hide_duration' =&gt; 0, - Skjul varighed for klienter flag,
//    'picture' =&gt; null, - filnavn på billede eller null
//    'picture_path' =&gt; '/uploads/apidemo/event__picture/small/', - fuld sti til billede,
//    'position' =&gt; 1 - serviceposition
//    'is_active' =&gt; 1, - tjenesten er aktiveret
//    'is_public' =&gt; 1, - tjenesten kan bookes af klienter
// ), ...)</nowiki>
<br><br>
 h English (en)'''Code example of getting services list'''
<br><br>
 <nowiki>$services = $client->getEventList();
// returns array(array(
//    'id' => 1, - service id
//    'name' => 'Service 1', - service's name
//    'description' => 'Describe your service...', - service description
//    'duration' => 60, - service duration
//    'hide_duration' => 0, - Hide duration to clients flag,
//    'picture' => null, - file name of picture or null
//    'picture_path' => '/uploads/apidemo/event__picture/small/', - full path to picture,
//    'position' => 1 - service position
//    'is_active' => 1, - the service is activated
//    'is_public' => 1, - the service is allowed to book by clients
// ), ...)</nowiki>
<br><br>
 h French (fr)'''Exemple de code pour obtenir la liste des services'''
<br><br>
 <nowiki>$services = $client-&gt;getEventList();
// renvoie array(array(
//    'id' =&gt; 1, - identifiant du service
//    'name' =&gt; 'Service 1', - nom du service
//    'description' =&gt; 'Describe your service...', - description du service
//    'duration' =&gt; 60, - durée du service
//    'hide_duration' =&gt; 0, - drapeau permettant de masquer la durée aux clients,
//    'picture' =&gt; null, - nom du fichier de l'image ou null
//    'picture_path' =&gt; '/uploads/apidemo/event__picture/small/', - chemin complet vers l'image,
//    'position' =&gt; 1 - position du service
//    'is_active' =&gt; 1, - le service est activé
//    'is_public' =&gt; 1, - le service peut être réservé par les clients
// ), ...)</nowiki>
<br><br>
 h Dutch (nl)'''Codevoorbeeld voor het ophalen van de lijst met services'''
<br><br>
 <nowiki>$services = $client-&gt;getEventList();
// retourneert array(array(
//    'id' =&gt; 1, - service-id
//    'name' =&gt; 'Service 1', - naam van de service
//    'description' =&gt; 'Beschrijf uw service...', - beschrijving van de service
//    'duration' =&gt; 60, - duur van de service
//    'hide_duration' =&gt; 0, - vlag om duur voor klanten te verbergen,
//    'picture' =&gt; null, - bestandsnaam van de afbeelding of null
//    'picture_path' =&gt; '/uploads/apidemo/event__picture/small/', - volledig pad naar afbeelding,
//    'position' =&gt; 1 - positie van dienst
//    'is_active' =&gt; 1, - de dienst is geactiveerd
//    'is_public' =&gt; 1, - de dienst kan door klanten worden geboekt
// ), ...)</nowiki>
<br><br>
 h Swedish (sv)'''Kodexempel för att hämta tjänstelistan'''
<br><br>
 <nowiki>$services = $client-&gt;getEventList();
// returnerar array(array(
//    'id' =&gt; 1, - tjänst-id
//    'name' =&gt; 'Service 1', - tjänstens namn
//    'description' =&gt; 'Beskriv din tjänst...', - tjänstens beskrivning
//    'duration' =&gt; 60, - tjänstens varaktighet
//    'hide_duration' =&gt; 0, - flagga för att dölja varaktighet för kunder,
//    'picture' =&gt; null, - filnamn på bild eller null
//    'picture_path' =&gt; '/uploads/apidemo/event__picture/small/', - fullständig sökväg till bild,
//    'position' =&gt; 1 - tjänstens position
//    'is_active' =&gt; 1, - tjänsten är aktiverad
//    'is_public' =&gt; 1, - tjänsten får bokas av kunder
// ), ...)</nowiki>
<br><br>
 h Ukrainian (uk)'''Приклад коду для отримання списку послуг'''
<br><br>
 <nowiki>$services = $client-&gt;getEventList();
// повертає масив(array(
//    'id' =&gt; 1, - ідентифікатор послуги
//    'name' =&gt; 'Service 1', - назва послуги
//    'description' =&gt; 'Опишіть свою послугу...', - опис послуги
//    'duration' =&gt; 60, - тривалість послуги
//    'hide_duration' =&gt; 0, - прапорець приховування тривалості від клієнтів,
//    'picture' =&gt; null, - ім'я файлу зображення або null
//    'picture_path' =&gt; '/uploads/apidemo/event__picture/small/', - повний шлях до зображення,
//    'position' =&gt; 1 - позиція послуги
//    'is_active' =&gt; 1, - послуга активована
//    'is_public' =&gt; 1, - послуга доступна для бронювання клієнтами
// ), ...)</nowiki>
<br><br>