PHP code example of reload / os2display-slide-tools
1. Go to this page and download the library: Download reload/os2display-slide-tools library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
reload / os2display-slide-tools example snippets
javascript
public static function getSubscribedEvents()
{
return [
'os2displayslidetools.sis_cron.your_cron_key' => [
['myFunctionToGetData'],
]
];
}