mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +01:00
Fixed a few typos.
This commit is contained in:
parent
70cc269b40
commit
46ee607d18
@ -320,6 +320,7 @@
|
|||||||
</members>
|
</members>
|
||||||
<constants>
|
<constants>
|
||||||
<constant name="NOTIFICATION_WEB_NODE_WRITE_LOCKED" value="2100">
|
<constant name="NOTIFICATION_WEB_NODE_WRITE_LOCKED" value="2100">
|
||||||
|
This is sent to self, and children when a write lock is acquired. Only change the tree in _notification if you get this.
|
||||||
</constant>
|
</constant>
|
||||||
</constants>
|
</constants>
|
||||||
</class>
|
</class>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<return type="bool" />
|
<return type="bool" />
|
||||||
<argument index="0" name="request" type="WebServerRequest" />
|
<argument index="0" name="request" type="WebServerRequest" />
|
||||||
<description>
|
<description>
|
||||||
Precesses the [WebServerRequest] using registered [WebServerMiddleware].
|
Processes the [WebServerRequest] using registered [WebServerMiddleware].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="register_request_update">
|
<method name="register_request_update">
|
||||||
@ -43,7 +43,7 @@
|
|||||||
<return type="void" />
|
<return type="void" />
|
||||||
<argument index="0" name="request" type="WebServerRequest" />
|
<argument index="0" name="request" type="WebServerRequest" />
|
||||||
<description>
|
<description>
|
||||||
unregisters the [WebServerRequest], so it doesn't receive update notifications anymore.
|
Unregisters the [WebServerRequest], so it doesn't receive update notifications anymore.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
</methods>
|
</methods>
|
||||||
|
Loading…
Reference in New Issue
Block a user