@@ -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; |
@@ -42,7 +42,7 @@ |
||
42 | 42 | trait CommonFileHandlingTrait |
43 | 43 | { |
44 | 44 | /** |
45 | - * @param $fileName |
|
45 | + * @param string $fileName |
|
46 | 46 | * @param MediatorInterface $yem |
47 | 47 | * @param string $mode |
48 | 48 | * |
@@ -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,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; |
@@ -1,32 +1,32 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains Creator class. |
|
4 | - * |
|
5 | - * PHP version 5.4 |
|
6 | - * |
|
7 | - * LICENSE: |
|
8 | - * This file is part of Yet Another Php Eve Api Library also know as Yapeal which can be used to access the Eve Online |
|
9 | - * API data and place it into a database. |
|
10 | - * Copyright (C) 2015-2016 Michael Cummings |
|
11 | - * |
|
12 | - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General |
|
13 | - * Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) |
|
14 | - * any later version. |
|
15 | - * |
|
16 | - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied |
|
17 | - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
18 | - * details. |
|
19 | - * |
|
20 | - * You should have received a copy of the GNU Lesser General Public License along with this program. If not, see |
|
21 | - * <http://www.gnu.org/licenses/>. |
|
22 | - * |
|
23 | - * You should be able to find a copy of this license in the LICENSE.md file. A copy of the GNU GPL should also be |
|
24 | - * available in the GNU-GPL.md file. |
|
25 | - * |
|
26 | - * @copyright 2015-2016 Michael Cummings |
|
27 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
28 | - * @author Michael Cummings <[email protected]> |
|
29 | - */ |
|
3 | + * Contains Creator class. |
|
4 | + * |
|
5 | + * PHP version 5.4 |
|
6 | + * |
|
7 | + * LICENSE: |
|
8 | + * This file is part of Yet Another Php Eve Api Library also know as Yapeal which can be used to access the Eve Online |
|
9 | + * API data and place it into a database. |
|
10 | + * Copyright (C) 2015-2016 Michael Cummings |
|
11 | + * |
|
12 | + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General |
|
13 | + * Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) |
|
14 | + * any later version. |
|
15 | + * |
|
16 | + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied |
|
17 | + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more |
|
18 | + * details. |
|
19 | + * |
|
20 | + * You should have received a copy of the GNU Lesser General Public License along with this program. If not, see |
|
21 | + * <http://www.gnu.org/licenses/>. |
|
22 | + * |
|
23 | + * You should be able to find a copy of this license in the LICENSE.md file. A copy of the GNU GPL should also be |
|
24 | + * available in the GNU-GPL.md file. |
|
25 | + * |
|
26 | + * @copyright 2015-2016 Michael Cummings |
|
27 | + * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
28 | + * @author Michael Cummings <[email protected]> |
|
29 | + */ |
|
30 | 30 | namespace Yapeal\Sql; |
31 | 31 | |
32 | 32 | use SimpleXMLElement; |
@@ -238,18 +238,18 @@ discard block |
||
238 | 238 | } |
239 | 239 | $name = strtolower($name); |
240 | 240 | foreach ([ |
241 | - 'descr' => 'TEXT NOT NULL', |
|
242 | - 'name' => 'CHAR(100) NOT NULL', |
|
243 | - 'balance' => 'DECIMAL(17, 2) NOT NULL', |
|
244 | - 'isk' => 'DECIMAL(17, 2) NOT NULL', |
|
245 | - 'tax' => 'DECIMAL(17, 2) NOT NULL', |
|
246 | - 'timeefficiency' => 'TINYINT(3) UNSIGNED NOT NULL', |
|
247 | - 'date' => 'DATETIME NOT NULL DEFAULT \'1970-01-01 00:00:01\'', |
|
248 | - 'time' => 'DATETIME NOT NULL DEFAULT \'1970-01-01 00:00:01\'', |
|
249 | - 'until' => 'DATETIME NOT NULL DEFAULT \'1970-01-01 00:00:01\'', |
|
250 | - 'errorcode' => 'SMALLINT(4) UNSIGNED NOT NULL', |
|
251 | - 'level' => 'SMALLINT(4) UNSIGNED NOT NULL' |
|
252 | - ] as $search => $replace) { |
|
241 | + 'descr' => 'TEXT NOT NULL', |
|
242 | + 'name' => 'CHAR(100) NOT NULL', |
|
243 | + 'balance' => 'DECIMAL(17, 2) NOT NULL', |
|
244 | + 'isk' => 'DECIMAL(17, 2) NOT NULL', |
|
245 | + 'tax' => 'DECIMAL(17, 2) NOT NULL', |
|
246 | + 'timeefficiency' => 'TINYINT(3) UNSIGNED NOT NULL', |
|
247 | + 'date' => 'DATETIME NOT NULL DEFAULT \'1970-01-01 00:00:01\'', |
|
248 | + 'time' => 'DATETIME NOT NULL DEFAULT \'1970-01-01 00:00:01\'', |
|
249 | + 'until' => 'DATETIME NOT NULL DEFAULT \'1970-01-01 00:00:01\'', |
|
250 | + 'errorcode' => 'SMALLINT(4) UNSIGNED NOT NULL', |
|
251 | + 'level' => 'SMALLINT(4) UNSIGNED NOT NULL' |
|
252 | + ] as $search => $replace) { |
|
253 | 253 | if (false !== strpos($name, $search)) { |
254 | 254 | return $replace; |
255 | 255 | } |
@@ -1,36 +1,36 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains PreserverTrait 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) 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 PreserverTrait 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) 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\Sql; |
35 | 35 | |
36 | 36 | use SimpleXMLIterator; |
@@ -1,36 +1,36 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains EveApiPreserverInterface 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) 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 EveApiPreserverInterface 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) 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\Xml; |
35 | 35 | |
36 | 36 | /** |
@@ -1,36 +1,36 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains EveApiReadWriteInterface 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) 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 EveApiReadWriteInterface 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) 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\Xml; |
35 | 35 | |
36 | 36 | /** |