File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 7
7
*/
8
8
class WinConsole implements ConsoleInterface {
9
9
10
- public function __construct () {
11
-
12
- }
13
-
14
10
/**
15
11
* @param integer|string $pid
16
12
*
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function isValid() {
49
49
*/
50
50
public function createChannelEventFrame () {
51
51
return $ this
52
- ->_nodeSocket
52
+ ->_nodeSocket -> getFrameFactory ()
53
53
->createChannelEventFrame ()
54
54
->setAsMultiple ($ this );
55
55
}
@@ -59,7 +59,7 @@ public function createChannelEventFrame() {
59
59
*/
60
60
public function createEventFrame () {
61
61
return $ this
62
- ->_nodeSocket
62
+ ->_nodeSocket -> getFrameFactory ()
63
63
->createEventFrame ()
64
64
->setAsMultiple ($ this );
65
65
}
@@ -76,7 +76,7 @@ public function createMultipleFrame() {
76
76
*/
77
77
public function createPublicDataFrame () {
78
78
return $ this
79
- ->_nodeSocket
79
+ ->_nodeSocket -> getFrameFactory ()
80
80
->createPublicDataFrame ()
81
81
->setAsMultiple ($ this );
82
82
}
@@ -86,7 +86,7 @@ public function createPublicDataFrame() {
86
86
*/
87
87
public function createInvokeFrame () {
88
88
return $ this
89
- ->_nodeSocket
89
+ ->_nodeSocket -> getFrameFactory ()
90
90
->createInvokeFrame ()
91
91
->setAsMultiple ($ this );
92
92
}
@@ -96,7 +96,7 @@ public function createInvokeFrame() {
96
96
*/
97
97
public function createJQueryFrame () {
98
98
return $ this
99
- ->_nodeSocket
99
+ ->_nodeSocket -> getFrameFactory ()
100
100
->createJQueryFrame ()
101
101
->setAsMultiple ($ this );
102
102
}
You can’t perform that action at this time.
0 commit comments