class-wpml-custom-xml-factory.php 202 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <?php /** * @author OnTheGo Systems */ class WPML_Custom_XML_Factory { public function create_resources( WPML_WP_API $wpml_wp_api ) { return new WPML_Custom_XML_UI_Resources( $wpml_wp_api ); } }