ActionScheduler_NullLogEntry::__construct()
Class ActionScheduler_NullLogEntry
Метод класса: ActionScheduler_NullLogEntry{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ActionScheduler_NullLogEntry = new ActionScheduler_NullLogEntry(); $ActionScheduler_NullLogEntry->__construct( $action_id, $message );
- $action_id **
- -
По умолчанию: '' - $message **
- -
По умолчанию: ''
Код ActionScheduler_NullLogEntry::__construct() ActionScheduler NullLogEntry:: construct WC 9.2.3
public function __construct( $action_id = '', $message = '' ) { // nothing to see here }