UpdateNotificationSender.php 271 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?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(); }