@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains ContactList 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 |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 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 2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains ContactList 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 |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 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 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\EveApi\Corp; |
35 | 35 | |
36 | 36 | use PDOException; |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | } |
102 | 102 | /** |
103 | 103 | * @param string $xml |
104 | - * @param string $ownerID |
|
104 | + * @param string $ownerID |
|
105 | 105 | * |
106 | 106 | * @return self Fluent interface. |
107 | 107 | * @throws \LogicException |
@@ -125,7 +125,7 @@ discard block |
||
125 | 125 | } |
126 | 126 | /** |
127 | 127 | * @param string $xml |
128 | - * @param string $ownerID |
|
128 | + * @param string $ownerID |
|
129 | 129 | * |
130 | 130 | * @return self Fluent interface. |
131 | 131 | * @throws \LogicException |
@@ -152,7 +152,7 @@ discard block |
||
152 | 152 | } |
153 | 153 | /** |
154 | 154 | * @param string $xml |
155 | - * @param string $ownerID |
|
155 | + * @param string $ownerID |
|
156 | 156 | * |
157 | 157 | * @return self Fluent interface. |
158 | 158 | * @throws \LogicException |
@@ -179,7 +179,7 @@ discard block |
||
179 | 179 | } |
180 | 180 | /** |
181 | 181 | * @param string $xml |
182 | - * @param string $ownerID |
|
182 | + * @param string $ownerID |
|
183 | 183 | * |
184 | 184 | * @return self Fluent interface. |
185 | 185 | * @throws \LogicException |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains ContainerLog 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 |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 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 2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains ContainerLog 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 |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 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 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\EveApi\Corp; |
35 | 35 | |
36 | 36 | use PDOException; |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | } |
99 | 99 | /** |
100 | 100 | * @param string $xml |
101 | - * @param string $ownerID |
|
101 | + * @param string $ownerID |
|
102 | 102 | * |
103 | 103 | * @return self Fluent interface. |
104 | 104 | * @throws \LogicException |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains Contracts 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 |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 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 2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains Contracts 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 |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 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 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\EveApi\Corp; |
35 | 35 | |
36 | 36 | use PDOException; |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | } |
99 | 99 | /** |
100 | 100 | * @param string $xml |
101 | - * @param string $ownerID |
|
101 | + * @param string $ownerID |
|
102 | 102 | * |
103 | 103 | * @return self Fluent interface. |
104 | 104 | * @throws \LogicException |
@@ -1,32 +1,32 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains CorpSection 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 CorpSection 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\EveApi\Corp; |
31 | 31 | |
32 | 32 | use LogicException; |
@@ -49,21 +49,21 @@ discard block |
||
49 | 49 | { |
50 | 50 | $sql = |
51 | 51 | $this->getCsq() |
52 | - ->getActiveRegisteredCorporations($this->getMask()); |
|
52 | + ->getActiveRegisteredCorporations($this->getMask()); |
|
53 | 53 | $this->getYem() |
54 | - ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, $sql); |
|
54 | + ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, $sql); |
|
55 | 55 | try { |
56 | 56 | $stmt = |
57 | 57 | $this->getPdo() |
58 | - ->query($sql); |
|
58 | + ->query($sql); |
|
59 | 59 | return $stmt->fetchAll(PDO::FETCH_ASSOC); |
60 | 60 | } catch (PDOException $exc) { |
61 | 61 | $mess = 'Could NOT get a list of active corporations'; |
62 | 62 | $this->getYem() |
63 | - ->triggerLogEvent('Yapeal.Log.log', Logger::WARNING, $mess); |
|
63 | + ->triggerLogEvent('Yapeal.Log.log', Logger::WARNING, $mess); |
|
64 | 64 | $mess = 'Database error message was ' . $exc->getMessage(); |
65 | 65 | $this->getYem() |
66 | - ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, $mess); |
|
66 | + ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, $mess); |
|
67 | 67 | return []; |
68 | 68 | } |
69 | 69 | } |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains CustomsOffices 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 |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 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 2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains CustomsOffices 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 |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 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 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\EveApi\Corp; |
35 | 35 | |
36 | 36 | use PDOException; |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | } |
99 | 99 | /** |
100 | 100 | * @param string $xml |
101 | - * @param string $ownerID |
|
101 | + * @param string $ownerID |
|
102 | 102 | * |
103 | 103 | * @return self Fluent interface. |
104 | 104 | * @throws \LogicException |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains Facilities 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 |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 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 2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains Facilities 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 |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 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 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\EveApi\Corp; |
35 | 35 | |
36 | 36 | use PDOException; |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | } |
99 | 99 | /** |
100 | 100 | * @param string $xml |
101 | - * @param string $ownerID |
|
101 | + * @param string $ownerID |
|
102 | 102 | * |
103 | 103 | * @return self Fluent interface. |
104 | 104 | * @throws \LogicException |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains IndustryJobs 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 |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 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 2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains IndustryJobs 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 |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 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 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\EveApi\Corp; |
35 | 35 | |
36 | 36 | use PDOException; |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | } |
99 | 99 | /** |
100 | 100 | * @param string $xml |
101 | - * @param string $ownerID |
|
101 | + * @param string $ownerID |
|
102 | 102 | * |
103 | 103 | * @return self Fluent interface. |
104 | 104 | * @throws \LogicException |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains IndustryJobsHistory 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 |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 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 2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains IndustryJobsHistory 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 |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 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 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\EveApi\Corp; |
35 | 35 | |
36 | 36 | use PDOException; |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | } |
99 | 99 | /** |
100 | 100 | * @param string $xml |
101 | - * @param string $ownerID |
|
101 | + * @param string $ownerID |
|
102 | 102 | * |
103 | 103 | * @return self Fluent interface. |
104 | 104 | * @throws \LogicException |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains MarketOrders 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 |
|
9 | - * which can be used to access the Eve Online API data and place it into a |
|
10 | - * database. |
|
11 | - * Copyright (C) 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 2016 Michael Cummings |
|
31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
32 | - * @author Michael Cummings <[email protected]> |
|
33 | - */ |
|
3 | + * Contains MarketOrders 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 |
|
9 | + * which can be used to access the Eve Online API data and place it into a |
|
10 | + * database. |
|
11 | + * Copyright (C) 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 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\EveApi\Corp; |
35 | 35 | |
36 | 36 | use PDOException; |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | } |
99 | 99 | /** |
100 | 100 | * @param string $xml |
101 | - * @param string $ownerID |
|
101 | + * @param string $ownerID |
|
102 | 102 | * |
103 | 103 | * @return self Fluent interface. |
104 | 104 | * @throws \LogicException |