lua: add bindings for event / hook / dispatcher
This commit is contained in:

committed by
Julian Bouzas

parent
9afd588d79
commit
60c5982cd0
@@ -196,6 +196,7 @@ SANDBOX_EXPORT = {
|
||||
Log = WpLog,
|
||||
Core = WpCore,
|
||||
Plugin = WpPlugin,
|
||||
EventDispatcher = WpEventDispatcher,
|
||||
ObjectManager = WpObjectManager_new,
|
||||
Interest = WpObjectInterest_new,
|
||||
SessionItem = WpSessionItem_new,
|
||||
@@ -211,5 +212,5 @@ SANDBOX_EXPORT = {
|
||||
LocalModule = WpImplModule_new,
|
||||
ImplMetadata = WpImplMetadata_new,
|
||||
Settings = WpSettings,
|
||||
I18n = I18n
|
||||
SimpleEventHook = WpSimpleEventHook_new,
|
||||
}
|
||||
|
Reference in New Issue
Block a user