ActionScheduler_ActionClaim::__construct()publicWC 1.0

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

Хуков нет.

Возвращает

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

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

$ActionScheduler_ActionClaim = new ActionScheduler_ActionClaim();
$ActionScheduler_ActionClaim->__construct( $id, $action_ids );
$id (обязательный)
-
$action_ids(массив) (обязательный)
-

Код ActionScheduler_ActionClaim::__construct() WC 8.7.0

public function __construct( $id, array $action_ids ) {
	$this->id = $id;
	$this->action_ids = $action_ids;
}