1 2 3 4 5 6 7 8 9 10 11 12 13
<?phpnamespace iThemesSecurity\Ban_Hosts;interface Updatable extends Persistable { /** * Gets the schema specifying what fields can be updated. * * @return array */ public function get_update_schema();}