9 lines
132 B
PHP
9 lines
132 B
PHP
<?php
|
|
|
|
/**
|
|
* @author OnTheGo Systems
|
|
*/
|
|
interface WPML_XML_Transform {
|
|
public function get( $source, $get_attributes = true );
|
|
}
|