class-wpml-tm-mcs-pagination-ajax-factory.php
353 Bytes
<?php
/**
* Class WPML_TM_MCS_Pagination_Ajax_Factory
*/
class WPML_TM_MCS_Pagination_Ajax_Factory implements IWPML_AJAX_Action_Loader {
/**
* Create MCS Pagination.
*
* @return WPML_TM_MCS_Pagination_Ajax
*/
public function create() {
return new WPML_TM_MCS_Pagination_Ajax( new WPML_TM_MCS_Custom_Field_Settings_Menu_Factory() );
}
}