interface-wpml-xml-transform.php 132 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?php /** * @author OnTheGo Systems */ interface WPML_XML_Transform { public function get( $source, $get_attributes = true ); }