1 2 3 4 5 6 7 8 9 10 11 12 13
<?phpnamespace iThemesSecurity\Ban_Hosts;interface Creatable extends Persistable { /** * Gets the JSON Schema used to describe a new ban record. * * @return array */ public function get_creation_schema();}