Gifari Industries - BD Cyber Security Team
Home
/
home
/
decohaslibrary
/
bist
/
wp-content
/
plugins
/
admin-menu-editor
/
customizables
/
Settings
/
✏️
Editing: UpdateNotificationSender.php
<?php namespace YahnisElsts\AdminMenuEditor\Customizable\Settings; interface UpdateNotificationSender { /** * Notify subscribers that the setting or settings associated with this object have been updated. * * @return void */ public function notifyUpdated(); }
💾 Save
❌ Cancel