iwpml-tf-settings.php 269 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <?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(); }