This repository was archived by the owner on Sep 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737namespace Hoa \Stringbuffer ;
3838
3939use Hoa \Consistency ;
40- use Hoa \Core ;
40+ use Hoa \Protocol ;
4141use Hoa \Stream ;
4242
4343/**
@@ -236,12 +236,12 @@ public function initializeWith($string)
236236/**
237237 * Class \Hoa\Stringbuffer\_Protocol.
238238 *
239- * hoa://Library/Stringbuffer component .
239+ * The ` hoa://Library/Stringbuffer` node .
240240 *
241241 * @copyright Copyright © 2007-2015 Hoa community
242242 * @license New BSD License
243243 */
244- class _Protocol extends Core \ Protocol
244+ class _Protocol extends Protocol \Node
245245{
246246 /**
247247 * Component's name.
@@ -280,8 +280,8 @@ public function reachId($id)
280280Consistency::flexEntity ('Hoa\Stringbuffer\Stringbuffer ' );
281281
282282/**
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
284284 * stringbuffer.
285285 */
286- $ protocol = Core ::getInstance ()-> getProtocol ();
286+ $ protocol = Protocol ::getInstance ();
287287$ protocol ['Library ' ][] = new _Protocol ();
Original file line number Diff line number Diff line change 2424 "hoa/consistency" : " ~0.0" ,
2525 "hoa/core" : " ~2.0" ,
2626 "hoa/exception" : " ~0.0" ,
27+ "hoa/protocol" : " ~0.0" ,
2728 "hoa/stream" : " ~0.0"
2829 },
2930 "autoload" : {
You can’t perform that action at this time.
0 commit comments