ActionScheduler_NullAction::__construct()
Метод класса: ActionScheduler_NullAction{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$ActionScheduler_NullAction = new ActionScheduler_NullAction(); $ActionScheduler_NullAction->__construct( $hook, $args, $schedule );
- $hook **
- -
По умолчанию: '' - $args(массив)
- -
По умолчанию: array() - $schedule(ActionScheduler_Schedule)
- -
По умолчанию: NULL
Код ActionScheduler_NullAction::__construct() ActionScheduler NullAction:: construct WC 7.7.2
public function __construct( $hook = '', array $args = array(), ActionScheduler_Schedule $schedule = NULL ) { $this->set_schedule( new ActionScheduler_NullSchedule() ); }