Файловый менеджер - Редактировать - /usr/local/sitepad/editor/site-data/plugins/kkart-pro/packages/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php
Назад
<?php /** * Class ActionScheduler_NullSchedule */ class ActionScheduler_NullSchedule extends ActionScheduler_SimpleSchedule { /** * Make the $date param optional and default to null. * * @param null $date The date & time to run the action. */ public function __construct( DateTime $date = null ) { $this->scheduled_date = null; } /** * This schedule has no scheduled DateTime, so we need to override the parent __sleep() * @return array */ public function __sleep() { return array(); } public function __wakeup() { $this->scheduled_date = null; } }
| ver. 1.6 |
Github
|
.
| PHP 8.3.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка