This repository was archived by the owner on Sep 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 19 files changed +43
-43
lines changed
Expand file tree Collapse file tree 19 files changed +43
-43
lines changed 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 * Directory handler.
4545 *
46- * @copyright Copyright © 2007-2015 Hoa community
46+ * @copyright Copyright © 2007-2016 Hoa community
4747 * @license New BSD License
4848 */
4949class Directory extends Generic
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 * Extending the \Hoa\Exception\Exception class.
4646 *
47- * @copyright Copyright © 2007-2015 Hoa community
47+ * @copyright Copyright © 2007-2016 Hoa community
4848 * @license New BSD License
4949 */
5050class 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 * Extending the \Hoa\File\Exception class.
4343 *
44- * @copyright Copyright © 2007-2015 Hoa community
44+ * @copyright Copyright © 2007-2016 Hoa community
4545 * @license New BSD License
4646 */
4747class FileDoesNotExist extends Exception
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 * File handler.
4646 *
47- * @copyright Copyright © 2007-2015 Hoa community
47+ * @copyright Copyright © 2007-2016 Hoa community
4848 * @license New BSD License
4949 */
5050abstract class File
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 * This class allows to find files easily by using filters and flags.
4545 *
46- * @copyright Copyright © 2007-2015 Hoa community
46+ * @copyright Copyright © 2007-2016 Hoa community
4747 * @license New BSD License
4848 */
4949class Finder implements Iterator \Aggregate
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 * Describe a super-file.
4545 *
46- * @copyright Copyright © 2007-2015 Hoa community
46+ * @copyright Copyright © 2007-2016 Hoa community
4747 * @license New BSD License
4848 */
4949abstract class Generic
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 * Link handler.
4646 *
47- * @copyright Copyright © 2007-2015 Hoa community
47+ * @copyright Copyright © 2007-2016 Hoa community
4848 * @license New BSD License
4949 */
5050class Link extends File
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 * File handler.
4646 *
47- * @copyright Copyright © 2007-2015 Hoa community
47+ * @copyright Copyright © 2007-2016 Hoa community
4848 * @license New BSD License
4949 */
5050class Read extends Link implements Stream \IStream \In
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 * File handler.
4646 *
47- * @copyright Copyright © 2007-2015 Hoa community
47+ * @copyright Copyright © 2007-2016 Hoa community
4848 * @license New BSD License
4949 */
5050class ReadWrite
@@ -331,7 +331,7 @@ public function writeFloat($float)
331331 * @param array $array Array.
332332 * @return mixed
333333 */
334- public function writeArray (Array $ array )
334+ public function writeArray (array $ array )
335335 {
336336 $ array = var_export ($ array , true );
337337
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:
@@ -198,7 +198,7 @@ public function writeFloat($float)
198198 * @param array $array Array.
199199 * @return mixed
200200 */
201- public function writeArray (Array $ array )
201+ public function writeArray (array $ array )
202202 {
203203 $ array = var_export ($ array , true );
204204
You can’t perform that action at this time.
0 commit comments