We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6b9f5 commit 379711fCopy full SHA for 379711f
src/Streamable.hack
@@ -1,12 +1,14 @@
1
/** sgml-stream-interfaces is MIT licensed, see /LICENSE. */
2
namespace HTL\SGMLStreamInterfaces;
3
4
+use type XHPChild;
5
+
6
/**
7
* Classes which desire to render in Snippets. Implementations may decide to
8
* throw a UseAfterRenderException when it is asked to render itself multiple
9
* times.
10
*/
-interface Streamable {
11
+interface Streamable extends XHPChild {
12
13
* Must insert its content into $stream while the call has not yet returned
14
* or thrown. Implementations may not insert content after the method has
0 commit comments