Files
doitinpoland.com/wp-content/plugins/sitepress-multilingual-cms/classes/translation-feedback/settings/iwpml-tf-settings.php
2023-09-12 21:41:04 +02:00

17 lines
269 B
PHP

<?php
/**
* Interface WPML_Settings_Interface
*
* @author OnTheGoSystems
*/
interface IWPML_TF_Settings {
/**
* @return array of name/value pairs
*
* Each property should have its own setter "set_{$property_name}"
*/
public function get_properties();
}