This repository was archived by the owner on Sep 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 37
37
namespace Hoa \Stringbuffer ;
38
38
39
39
use Hoa \Consistency ;
40
- use Hoa \Core ;
40
+ use Hoa \Protocol ;
41
41
use Hoa \Stream ;
42
42
43
43
/**
@@ -236,12 +236,12 @@ public function initializeWith($string)
236
236
/**
237
237
* Class \Hoa\Stringbuffer\_Protocol.
238
238
*
239
- * hoa://Library/Stringbuffer component .
239
+ * The ` hoa://Library/Stringbuffer` node .
240
240
*
241
241
* @copyright Copyright © 2007-2015 Hoa community
242
242
* @license New BSD License
243
243
*/
244
- class _Protocol extends Core \ Protocol
244
+ class _Protocol extends Protocol \Node
245
245
{
246
246
/**
247
247
* Component's name.
@@ -280,8 +280,8 @@ public function reachId($id)
280
280
Consistency::flexEntity ('Hoa\Stringbuffer\Stringbuffer ' );
281
281
282
282
/**
283
- * Add the hoa://Library/Stringbuffer component . Help to know to real path of a
283
+ * Add the ` hoa://Library/Stringbuffer` node . Help to know the real path of a
284
284
* stringbuffer.
285
285
*/
286
- $ protocol = Core ::getInstance ()-> getProtocol ();
286
+ $ protocol = Protocol ::getInstance ();
287
287
$ protocol ['Library ' ][] = new _Protocol ();
Original file line number Diff line number Diff line change 24
24
"hoa/consistency" : " ~0.0" ,
25
25
"hoa/core" : " ~2.0" ,
26
26
"hoa/exception" : " ~0.0" ,
27
+ "hoa/protocol" : " ~0.0" ,
27
28
"hoa/stream" : " ~0.0"
28
29
},
29
30
"autoload" : {
You can’t perform that action at this time.
0 commit comments