<?php

/**
 * Interface IWPML_TF_Data_Object
 *
 * @author OnTheGoSystems
 */
interface IWPML_TF_Data_Object {

	/**
	 * @return int
	 */
	public function get_id();
}