Translations:User API guide/50/fr: Revision history

From SimplyBook.me

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 May 2025

  • curprev 12:2312:23, 15 May 2025 Admin talk contribs 891 bytes +891 Created page with "<nowiki>$année = 2015 ; $mois = 3 ; // mars $performerId = 1 ; // Peut être nul $workDaysInfo = $client->getWorkCalendar($année, $mois, $performerId) ; // renvoie array( // '2015-03-01' => array('from' => '09:00:00', 'to' => '18:00:00', 'is_day_off' => 0), // '2015-03-02' => array('from' => '09:00:00', 'to' => '18:00:00', 'is_day_off' => 0), // ... //);</nowiki> <br><br> '''Exemple de code pour obtenir la matrice des heures..."