ActionScheduler_NullLogEntry::__construct()publicWC 1.0

Class ActionScheduler_NullLogEntry

Метод класса: ActionScheduler_NullLogEntry{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ActionScheduler_NullLogEntry = new ActionScheduler_NullLogEntry();
$ActionScheduler_NullLogEntry->__construct( $action_id, $message );
$action_id **
-
По умолчанию: ''
$message **
-
По умолчанию: ''

Код ActionScheduler_NullLogEntry::__construct() WC 8.7.0

public function __construct( $action_id = '', $message = '' ) {
	// nothing to see here
}