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 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4444 *
4545 * Established a client connection.
4646 *
47- * @copyright Copyright © 2007-2015 Hoa community
47+ * @copyright Copyright © 2007-2016 Hoa community
4848 * @license New BSD License
4949 */
5050class Client extends Connection
Original file line number Diff line number Diff line change 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4545 *
4646 * Abstract connection, useful for client and server.
4747 *
48- * @copyright Copyright © 2007-2015 Hoa community
48+ * @copyright Copyright © 2007-2016 Hoa community
4949 * @license New BSD License
5050 */
5151abstract class Connection
@@ -928,7 +928,7 @@ public function writeLine($line)
928928 * @param array $array Array.
929929 * @return mixed
930930 */
931- public function writeArray (Array $ array )
931+ public function writeArray (array $ array )
932932 {
933933 $ array = serialize ($ array );
934934
Original file line number Diff line number Diff line change 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4444 * Represent a group of connection handlers.
4545 * Add semantics around Hoa\Socket\Connection\Handler.
4646 *
47- * @copyright Copyright © 2007-2015 Hoa community
47+ * @copyright Copyright © 2007-2016 Hoa community
4848 * @license New BSD License
4949 */
5050class Group implements \ArrayAccess, \IteratorAggregate, \Countable
Original file line number Diff line number Diff line change 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4545 * are able to run() a connection (client or server), to merge() with other ones
4646 * and to send messages in different ways (A -> A, A -> B, A -> *\A etc.).
4747 *
48- * @copyright Copyright © 2007-2015 Hoa community
48+ * @copyright Copyright © 2007-2016 Hoa community
4949 * @license New BSD License
5050 */
5151abstract class Handler
Original file line number Diff line number Diff line change 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4343 *
4444 * Extending the \Hoa\Exception\Exception class.
4545 *
46- * @copyright Copyright © 2007-2015 Hoa community
46+ * @copyright Copyright © 2007-2016 Hoa community
4747 * @license New BSD License
4848 */
4949class Exception extends HoaException
Original file line number Diff line number Diff line change 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4141 *
4242 * Represent a generic node.
4343 *
44- * @copyright Copyright © 2007-2015 Hoa community
44+ * @copyright Copyright © 2007-2016 Hoa community
4545 * @license New BSD License
4646 */
4747class Node
Original file line number Diff line number Diff line change 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4444 *
4545 * Established a server connection.
4646 *
47- * @copyright Copyright © 2007-2015 Hoa community
47+ * @copyright Copyright © 2007-2016 Hoa community
4848 * @license New BSD License
4949 */
5050class Server extends Connection
Original file line number Diff line number Diff line change 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4343 *
4444 * Socket analyzer.
4545 *
46- * @copyright Copyright © 2007-2015 Hoa community
46+ * @copyright Copyright © 2007-2016 Hoa community
4747 * @license New BSD License
4848 */
4949class Socket
Original file line number Diff line number Diff line change 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2015 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2016 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4444 * factory building valid `Hoa\Socket\Socket` instances (so with `tcp://` or
4545 * `udp://` “native” schemes).
4646 *
47- * @copyright Copyright © 2007-2015 Hoa community
47+ * @copyright Copyright © 2007-2016 Hoa community
4848 * @license New BSD License
4949 */
5050class Transport
You can’t perform that action at this time.
0 commit comments