This repository was archived by the owner on Sep 20, 2021. It is now read-only.
File tree 5 files changed +13
-13
lines changed
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
43
43
*
44
44
* Extending the \Hoa\Exception\Exception class.
45
45
*
46
- * @copyright Copyright © 2007-2015 Hoa community
46
+ * @copyright Copyright © 2007-2016 Hoa community
47
47
* @license New BSD License
48
48
*/
49
49
class Exception extends HoaException
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
43
43
*
44
44
* Read a string buffer.
45
45
*
46
- * @copyright Copyright © 2007-2015 Hoa community
46
+ * @copyright Copyright © 2007-2016 Hoa community
47
47
* @license New BSD License
48
48
*/
49
49
class Read extends Stringbuffer implements Stream \IStream \In
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
43
43
*
44
44
* Read/write a string buffer.
45
45
*
46
- * @copyright Copyright © 2007-2015 Hoa community
46
+ * @copyright Copyright © 2007-2016 Hoa community
47
47
* @license New BSD License
48
48
*/
49
49
class ReadWrite
@@ -266,7 +266,7 @@ public function writeFloat($float)
266
266
* @param array $array Array.
267
267
* @return mixed
268
268
*/
269
- public function writeArray (Array $ array )
269
+ public function writeArray (array $ array )
270
270
{
271
271
$ array = var_export ($ array , true );
272
272
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
45
45
*
46
46
* This class allows to manipulate a string as a stream.
47
47
*
48
- * @copyright Copyright © 2007-2015 Hoa community
48
+ * @copyright Copyright © 2007-2016 Hoa community
49
49
* @license New BSD License
50
50
*/
51
51
abstract class Stringbuffer
@@ -238,7 +238,7 @@ public function initializeWith($string)
238
238
*
239
239
* The `hoa://Library/Stringbuffer` node.
240
240
*
241
- * @copyright Copyright © 2007-2015 Hoa community
241
+ * @copyright Copyright © 2007-2016 Hoa community
242
242
* @license New BSD License
243
243
*/
244
244
class _Protocol extends Protocol \Node
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
43
43
*
44
44
* Write into a string buffer.
45
45
*
46
- * @copyright Copyright © 2007-2015 Hoa community
46
+ * @copyright Copyright © 2007-2016 Hoa community
47
47
* @license New BSD License
48
48
*/
49
49
class Write extends Stringbuffer implements Stream \IStream \Out
@@ -136,7 +136,7 @@ public function writeFloat($float)
136
136
* @param array $array Array.
137
137
* @return mixed
138
138
*/
139
- public function writeArray (Array $ array )
139
+ public function writeArray (array $ array )
140
140
{
141
141
$ array = var_export ($ array , true );
142
142
You can’t perform that action at this time.
0 commit comments