Browse: Home / Classes / Learndash_Admin_Import_Export_Handler /

Learndash_Admin_Import_Export_Handler::__construct

Learndash_Admin_Import_Export_Handler::__construct( Learndash_Admin_Import_Export_File_Handler $file_handler,  Learndash_Admin_Action_Scheduler $action_scheduler,  Learndash_Import_Export_Logger $logger )

Constructor.


Description #


Parameters #

$file_handler

(Learndash_Admin_Import_Export_File_Handler) (Required) File handler class instance.

$action_scheduler

(Learndash_Admin_Action_Scheduler) (Required) Action Scheduler class instance.

$logger

(Learndash_Import_Export_Logger) (Required) Logger class instance.


Return #

(void)


Source #

File: includes/admin/classes-import-export/common/class-learndash-admin-import-export-handler.php


Changelog #

Changelog
Version Description
4.5.0 Changed the $logger param to the Learndash_Import_Export_Logger class.
4.3.0 Introduced.