class-wpml-tm-rest-xliff-factory.php 144 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?php class WPML_TM_REST_XLIFF_Factory extends WPML_REST_Factory_Loader { public function create() { return new WPML_TM_REST_XLIFF(); } }