@@ -1,36 +1,36 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains MediatorInterface interface. |
|
4 | - * |
|
5 | - * PHP version 5.5 |
|
6 | - * |
|
7 | - * LICENSE: |
|
8 | - * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 2015-2016 Michael Cummings |
|
12 | - * |
|
13 | - * This program is free software: you can redistribute it and/or modify it |
|
14 | - * under the terms of the GNU Lesser General Public License as published by the |
|
15 | - * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | - * option) any later version. |
|
17 | - * |
|
18 | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | - * for more details. |
|
22 | - * |
|
23 | - * You should have received a copy of the GNU Lesser General Public License |
|
24 | - * along with this program. If not, see |
|
25 | - * <http://www.gnu.org/licenses/>. |
|
26 | - * |
|
27 | - * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | - * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | - * |
|
30 | - * @copyright 2015-2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains MediatorInterface interface. |
|
4 | + * |
|
5 | + * PHP version 5.5 |
|
6 | + * |
|
7 | + * LICENSE: |
|
8 | + * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 2015-2016 Michael Cummings |
|
12 | + * |
|
13 | + * This program is free software: you can redistribute it and/or modify it |
|
14 | + * under the terms of the GNU Lesser General Public License as published by the |
|
15 | + * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | + * option) any later version. |
|
17 | + * |
|
18 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | + * for more details. |
|
22 | + * |
|
23 | + * You should have received a copy of the GNU Lesser General Public License |
|
24 | + * along with this program. If not, see |
|
25 | + * <http://www.gnu.org/licenses/>. |
|
26 | + * |
|
27 | + * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | + * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | + * |
|
30 | + * @copyright 2015-2016 Michael Cummings |
|
31 | + * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | + * @author Michael Cummings <[email protected]> |
|
33 | + */ |
|
34 | 34 | namespace Yapeal\Event; |
35 | 35 | |
36 | 36 | use EventMediator\ContainerMediatorInterface; |
@@ -1,36 +1,36 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains YapealConsoleException class. |
|
4 | - * |
|
5 | - * PHP version 5.5 |
|
6 | - * |
|
7 | - * LICENSE: |
|
8 | - * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 2015-2016 Michael Cummings |
|
12 | - * |
|
13 | - * This program is free software: you can redistribute it and/or modify it |
|
14 | - * under the terms of the GNU Lesser General Public License as published by the |
|
15 | - * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | - * option) any later version. |
|
17 | - * |
|
18 | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | - * for more details. |
|
22 | - * |
|
23 | - * You should have received a copy of the GNU Lesser General Public License |
|
24 | - * along with this program. If not, see |
|
25 | - * <http://www.gnu.org/licenses/>. |
|
26 | - * |
|
27 | - * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | - * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | - * |
|
30 | - * @copyright 2015-2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains YapealConsoleException class. |
|
4 | + * |
|
5 | + * PHP version 5.5 |
|
6 | + * |
|
7 | + * LICENSE: |
|
8 | + * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 2015-2016 Michael Cummings |
|
12 | + * |
|
13 | + * This program is free software: you can redistribute it and/or modify it |
|
14 | + * under the terms of the GNU Lesser General Public License as published by the |
|
15 | + * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | + * option) any later version. |
|
17 | + * |
|
18 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | + * for more details. |
|
22 | + * |
|
23 | + * You should have received a copy of the GNU Lesser General Public License |
|
24 | + * along with this program. If not, see |
|
25 | + * <http://www.gnu.org/licenses/>. |
|
26 | + * |
|
27 | + * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | + * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | + * |
|
30 | + * @copyright 2015-2016 Michael Cummings |
|
31 | + * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | + * @author Michael Cummings <[email protected]> |
|
33 | + */ |
|
34 | 34 | namespace Yapeal\Exception; |
35 | 35 | |
36 | 36 | /** |
@@ -1,36 +1,36 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains CacheRetriever class. |
|
4 | - * |
|
5 | - * PHP version 5.5 |
|
6 | - * |
|
7 | - * LICENSE: |
|
8 | - * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 2014-2016 Michael Cummings |
|
12 | - * |
|
13 | - * This program is free software: you can redistribute it and/or modify it |
|
14 | - * under the terms of the GNU Lesser General Public License as published by the |
|
15 | - * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | - * option) any later version. |
|
17 | - * |
|
18 | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | - * for more details. |
|
22 | - * |
|
23 | - * You should have received a copy of the GNU Lesser General Public License |
|
24 | - * along with this program. If not, see |
|
25 | - * <http://www.gnu.org/licenses/>. |
|
26 | - * |
|
27 | - * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | - * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | - * |
|
30 | - * @copyright 2014-2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains CacheRetriever class. |
|
4 | + * |
|
5 | + * PHP version 5.5 |
|
6 | + * |
|
7 | + * LICENSE: |
|
8 | + * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 2014-2016 Michael Cummings |
|
12 | + * |
|
13 | + * This program is free software: you can redistribute it and/or modify it |
|
14 | + * under the terms of the GNU Lesser General Public License as published by the |
|
15 | + * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | + * option) any later version. |
|
17 | + * |
|
18 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | + * for more details. |
|
22 | + * |
|
23 | + * You should have received a copy of the GNU Lesser General Public License |
|
24 | + * along with this program. If not, see |
|
25 | + * <http://www.gnu.org/licenses/>. |
|
26 | + * |
|
27 | + * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | + * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | + * |
|
30 | + * @copyright 2014-2016 Michael Cummings |
|
31 | + * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | + * @author Michael Cummings <[email protected]> |
|
33 | + */ |
|
34 | 34 | namespace Yapeal\FileSystem; |
35 | 35 | |
36 | 36 | use DomainException; |
@@ -1,36 +1,36 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains CommonFileHandlingTrait Trait. |
|
4 | - * |
|
5 | - * PHP version 5.5 |
|
6 | - * |
|
7 | - * LICENSE: |
|
8 | - * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 2015-2016 Michael Cummings |
|
12 | - * |
|
13 | - * This program is free software: you can redistribute it and/or modify it |
|
14 | - * under the terms of the GNU Lesser General Public License as published by the |
|
15 | - * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | - * option) any later version. |
|
17 | - * |
|
18 | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | - * for more details. |
|
22 | - * |
|
23 | - * You should have received a copy of the GNU Lesser General Public License |
|
24 | - * along with this program. If not, see |
|
25 | - * <http://www.gnu.org/licenses/>. |
|
26 | - * |
|
27 | - * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | - * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | - * |
|
30 | - * @copyright 2015-2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains CommonFileHandlingTrait Trait. |
|
4 | + * |
|
5 | + * PHP version 5.5 |
|
6 | + * |
|
7 | + * LICENSE: |
|
8 | + * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 2015-2016 Michael Cummings |
|
12 | + * |
|
13 | + * This program is free software: you can redistribute it and/or modify it |
|
14 | + * under the terms of the GNU Lesser General Public License as published by the |
|
15 | + * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | + * option) any later version. |
|
17 | + * |
|
18 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | + * for more details. |
|
22 | + * |
|
23 | + * You should have received a copy of the GNU Lesser General Public License |
|
24 | + * along with this program. If not, see |
|
25 | + * <http://www.gnu.org/licenses/>. |
|
26 | + * |
|
27 | + * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | + * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | + * |
|
30 | + * @copyright 2015-2016 Michael Cummings |
|
31 | + * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | + * @author Michael Cummings <[email protected]> |
|
33 | + */ |
|
34 | 34 | namespace Yapeal\FileSystem; |
35 | 35 | |
36 | 36 | use Yapeal\Event\MediatorInterface; |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains RelativeFileSearchTrait Trait. |
|
4 | - * |
|
5 | - * PHP version 5.5 |
|
6 | - * |
|
7 | - * LICENSE: |
|
8 | - * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 2015-2016 Michael Cummings |
|
12 | - * |
|
13 | - * This program is free software: you can redistribute it and/or modify it |
|
14 | - * under the terms of the GNU Lesser General Public License as published by the |
|
15 | - * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | - * option) any later version. |
|
17 | - * |
|
18 | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | - * for more details. |
|
22 | - * |
|
23 | - * You should have received a copy of the GNU Lesser General Public License |
|
24 | - * along with this program. If not, see |
|
25 | - * <http://www.gnu.org/licenses/>. |
|
26 | - * |
|
27 | - * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | - * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | - * |
|
30 | - * @copyright 2015-2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains RelativeFileSearchTrait Trait. |
|
4 | + * |
|
5 | + * PHP version 5.5 |
|
6 | + * |
|
7 | + * LICENSE: |
|
8 | + * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 2015-2016 Michael Cummings |
|
12 | + * |
|
13 | + * This program is free software: you can redistribute it and/or modify it |
|
14 | + * under the terms of the GNU Lesser General Public License as published by the |
|
15 | + * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | + * option) any later version. |
|
17 | + * |
|
18 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | + * for more details. |
|
22 | + * |
|
23 | + * You should have received a copy of the GNU Lesser General Public License |
|
24 | + * along with this program. If not, see |
|
25 | + * <http://www.gnu.org/licenses/>. |
|
26 | + * |
|
27 | + * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | + * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | + * |
|
30 | + * @copyright 2015-2016 Michael Cummings |
|
31 | + * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | + * @author Michael Cummings <[email protected]> |
|
33 | + */ |
|
34 | 34 | namespace Yapeal\FileSystem; |
35 | 35 | |
36 | 36 | use LogicException; |
@@ -87,7 +87,7 @@ discard block |
||
87 | 87 | strtoupper($suffix) |
88 | 88 | ); |
89 | 89 | $this->getYem() |
90 | - ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, $mess); |
|
90 | + ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, $mess); |
|
91 | 91 | return $fileName; |
92 | 92 | } |
93 | 93 | } |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | strtoupper($suffix) |
99 | 99 | ); |
100 | 100 | $this->getYem() |
101 | - ->triggerLogEvent('Yapeal.Log.log', Logger::WARNING, $mess); |
|
101 | + ->triggerLogEvent('Yapeal.Log.log', Logger::WARNING, $mess); |
|
102 | 102 | return ''; |
103 | 103 | } |
104 | 104 | /** |
@@ -1,36 +1,36 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * EventAwareLoggerInterface.php |
|
4 | - * |
|
5 | - * PHP version 5.5 |
|
6 | - * |
|
7 | - * LICENSE: |
|
8 | - * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 2015-2016 Michael Cummings |
|
12 | - * |
|
13 | - * This program is free software: you can redistribute it and/or modify it |
|
14 | - * under the terms of the GNU Lesser General Public License as published by the |
|
15 | - * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | - * option) any later version. |
|
17 | - * |
|
18 | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | - * for more details. |
|
22 | - * |
|
23 | - * You should have received a copy of the GNU Lesser General Public License |
|
24 | - * along with this program. If not, see |
|
25 | - * <http://www.gnu.org/licenses/>. |
|
26 | - * |
|
27 | - * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | - * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | - * |
|
30 | - * @copyright 2015-2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * EventAwareLoggerInterface.php |
|
4 | + * |
|
5 | + * PHP version 5.5 |
|
6 | + * |
|
7 | + * LICENSE: |
|
8 | + * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 2015-2016 Michael Cummings |
|
12 | + * |
|
13 | + * This program is free software: you can redistribute it and/or modify it |
|
14 | + * under the terms of the GNU Lesser General Public License as published by the |
|
15 | + * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | + * option) any later version. |
|
17 | + * |
|
18 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | + * for more details. |
|
22 | + * |
|
23 | + * You should have received a copy of the GNU Lesser General Public License |
|
24 | + * along with this program. If not, see |
|
25 | + * <http://www.gnu.org/licenses/>. |
|
26 | + * |
|
27 | + * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | + * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | + * |
|
30 | + * @copyright 2015-2016 Michael Cummings |
|
31 | + * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | + * @author Michael Cummings <[email protected]> |
|
33 | + */ |
|
34 | 34 | namespace Yapeal\Log; |
35 | 35 | |
36 | 36 | use Yapeal\Event\LogEventInterface; |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains Logger class. |
|
4 | - * |
|
5 | - * PHP version 5.5 |
|
6 | - * |
|
7 | - * @copyright 2015-2016 Michael Cummings |
|
8 | - * @author Michael Cummings <[email protected]> |
|
9 | - */ |
|
3 | + * Contains Logger class. |
|
4 | + * |
|
5 | + * PHP version 5.5 |
|
6 | + * |
|
7 | + * @copyright 2015-2016 Michael Cummings |
|
8 | + * @author Michael Cummings <[email protected]> |
|
9 | + */ |
|
10 | 10 | namespace Yapeal\Log; |
11 | 11 | |
12 | 12 | use Monolog\Logger as MLogger; |
@@ -1,36 +1,36 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains MessageBuilderTrait Trait. |
|
4 | - * |
|
5 | - * PHP version 5.5 |
|
6 | - * |
|
7 | - * LICENSE: |
|
8 | - * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 2015-2016 Michael Cummings |
|
12 | - * |
|
13 | - * This program is free software: you can redistribute it and/or modify it |
|
14 | - * under the terms of the GNU Lesser General Public License as published by the |
|
15 | - * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | - * option) any later version. |
|
17 | - * |
|
18 | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | - * for more details. |
|
22 | - * |
|
23 | - * You should have received a copy of the GNU Lesser General Public License |
|
24 | - * along with this program. If not, see |
|
25 | - * <http://www.gnu.org/licenses/>. |
|
26 | - * |
|
27 | - * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | - * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | - * |
|
30 | - * @copyright 2015-2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains MessageBuilderTrait Trait. |
|
4 | + * |
|
5 | + * PHP version 5.5 |
|
6 | + * |
|
7 | + * LICENSE: |
|
8 | + * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 2015-2016 Michael Cummings |
|
12 | + * |
|
13 | + * This program is free software: you can redistribute it and/or modify it |
|
14 | + * under the terms of the GNU Lesser General Public License as published by the |
|
15 | + * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | + * option) any later version. |
|
17 | + * |
|
18 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | + * for more details. |
|
22 | + * |
|
23 | + * You should have received a copy of the GNU Lesser General Public License |
|
24 | + * along with this program. If not, see |
|
25 | + * <http://www.gnu.org/licenses/>. |
|
26 | + * |
|
27 | + * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | + * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | + * |
|
30 | + * @copyright 2015-2016 Michael Cummings |
|
31 | + * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | + * @author Michael Cummings <[email protected]> |
|
33 | + */ |
|
34 | 34 | namespace Yapeal\Log; |
35 | 35 | |
36 | 36 | use Yapeal\Xml\EveApiReadWriteInterface; |
@@ -1,36 +1,36 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains GuzzleNetworkRetriever class. |
|
4 | - * |
|
5 | - * PHP version 5.5 |
|
6 | - * |
|
7 | - * LICENSE: |
|
8 | - * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 2014-2016 Michael Cummings |
|
12 | - * |
|
13 | - * This program is free software: you can redistribute it and/or modify it |
|
14 | - * under the terms of the GNU Lesser General Public License as published by the |
|
15 | - * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | - * option) any later version. |
|
17 | - * |
|
18 | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | - * for more details. |
|
22 | - * |
|
23 | - * You should have received a copy of the GNU Lesser General Public License |
|
24 | - * along with this program. If not, see |
|
25 | - * <http://www.gnu.org/licenses/>. |
|
26 | - * |
|
27 | - * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | - * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | - * |
|
30 | - * @copyright 2014-2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains GuzzleNetworkRetriever class. |
|
4 | + * |
|
5 | + * PHP version 5.5 |
|
6 | + * |
|
7 | + * LICENSE: |
|
8 | + * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 2014-2016 Michael Cummings |
|
12 | + * |
|
13 | + * This program is free software: you can redistribute it and/or modify it |
|
14 | + * under the terms of the GNU Lesser General Public License as published by the |
|
15 | + * Free Software Foundation, either version 3 of the License, or (at your |
|
16 | + * option) any later version. |
|
17 | + * |
|
18 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
|
19 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
20 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
21 | + * for more details. |
|
22 | + * |
|
23 | + * You should have received a copy of the GNU Lesser General Public License |
|
24 | + * along with this program. If not, see |
|
25 | + * <http://www.gnu.org/licenses/>. |
|
26 | + * |
|
27 | + * You should be able to find a copy of this license in the LICENSE.md file. A |
|
28 | + * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
29 | + * |
|
30 | + * @copyright 2014-2016 Michael Cummings |
|
31 | + * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | + * @author Michael Cummings <[email protected]> |
|
33 | + */ |
|
34 | 34 | namespace Yapeal\Network; |
35 | 35 | |
36 | 36 | use GuzzleHttp\Client; |