File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/vendor/livewire/livewire/js/HookManager.js
Back
import MessageBus from './MessageBus' export default { availableHooks: [ /** * Public Hooks */ 'component.initialized', 'element.initialized', 'element.updating', 'element.updated', 'element.removed', 'message.sent', 'message.failed', 'message.received', 'message.processed', /** * Private Hooks */ 'interceptWireModelSetValue', 'interceptWireModelAttachListener', 'beforeReplaceState', 'beforePushState', ], bus: new MessageBus(), register(name, callback) { if (! this.availableHooks.includes(name)) { throw `Livewire: Referencing unknown hook: [${name}]` } this.bus.register(name, callback) }, call(name, ...params) { this.bus.call(name, ...params) }, }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.18 |
proxy
|
phpinfo
|
Settings