@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains Medals 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 Medals 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 |
@@ -120,7 +120,7 @@ |
||
120 | 120 | 'ownerID' => $ownerID, |
121 | 121 | 'title' => null |
122 | 122 | ]; |
123 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//medals/row'); |
|
123 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//medals/row'); |
|
124 | 124 | return $this; |
125 | 125 | } |
126 | 126 | } |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains MemberMedals 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 MemberMedals 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 |
@@ -121,7 +121,7 @@ |
||
121 | 121 | 'reason' => null, |
122 | 122 | 'status' => null |
123 | 123 | ]; |
124 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//issuedMedals/row'); |
|
124 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//issuedMedals/row'); |
|
125 | 125 | return $this; |
126 | 126 | } |
127 | 127 | } |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains MemberSecurityLog 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 MemberSecurityLog 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 |
@@ -119,7 +119,7 @@ |
||
119 | 119 | 'ownerID' => $ownerID, |
120 | 120 | 'roleLocationType' => null |
121 | 121 | ]; |
122 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//roleHistory/row'); |
|
122 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//roleHistory/row'); |
|
123 | 123 | return $this; |
124 | 124 | } |
125 | 125 | } |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains OutpostList 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 OutpostList 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 |
@@ -127,7 +127,7 @@ |
||
127 | 127 | 'y' => null, |
128 | 128 | 'z' => null |
129 | 129 | ]; |
130 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//corporationStarbases/row'); |
|
130 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//corporationStarbases/row'); |
|
131 | 131 | return $this; |
132 | 132 | } |
133 | 133 | } |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains OutpostServiceDetail 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 OutpostServiceDetail 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 |
@@ -120,7 +120,7 @@ |
||
120 | 120 | 'stationID' => null, |
121 | 121 | 'surchargePerBadStanding' => null |
122 | 122 | ]; |
123 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//outpostServiceDetails/row'); |
|
123 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//outpostServiceDetails/row'); |
|
124 | 124 | return $this; |
125 | 125 | } |
126 | 126 | } |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains Shareholders 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 Shareholders 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; |
@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | } |
100 | 100 | /** |
101 | 101 | * @param string $xml |
102 | - * @param string $ownerID |
|
102 | + * @param string $ownerID |
|
103 | 103 | * |
104 | 104 | * @return self Fluent interface. |
105 | 105 | * @throws \LogicException |
@@ -124,7 +124,7 @@ discard block |
||
124 | 124 | } |
125 | 125 | /** |
126 | 126 | * @param string $xml |
127 | - * @param string $ownerID |
|
127 | + * @param string $ownerID |
|
128 | 128 | * |
129 | 129 | * @return self Fluent interface. |
130 | 130 | * @throws \LogicException |
@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | 'shareholderName' => '', |
120 | 120 | 'shares' => null |
121 | 121 | ]; |
122 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//corporations/row'); |
|
122 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//corporations/row'); |
|
123 | 123 | return $this; |
124 | 124 | } |
125 | 125 | /** |
@@ -146,7 +146,7 @@ discard block |
||
146 | 146 | 'shareholderName' => '', |
147 | 147 | 'shares' => null |
148 | 148 | ]; |
149 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//characters/row'); |
|
149 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//characters/row'); |
|
150 | 150 | return $this; |
151 | 151 | } |
152 | 152 | } |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains StarbaseList 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 StarbaseList 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 |
@@ -123,7 +123,7 @@ |
||
123 | 123 | 'stateTimestamp' => '1970-01-01 00:00:01', |
124 | 124 | 'typeID' => null |
125 | 125 | ]; |
126 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//starbases/row'); |
|
126 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//starbases/row'); |
|
127 | 127 | return $this; |
128 | 128 | } |
129 | 129 | } |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains WalletJournal 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 WalletJournal 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 |
@@ -129,7 +129,7 @@ |
||
129 | 129 | 'refID' => null, |
130 | 130 | 'refTypeID' => null |
131 | 131 | ]; |
132 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//entries/row'); |
|
132 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//entries/row'); |
|
133 | 133 | return $this; |
134 | 134 | } |
135 | 135 | } |
@@ -1,36 +1,36 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Contains WalletTransactions 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 WalletTransactions 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 |
@@ -131,7 +131,7 @@ |
||
131 | 131 | 'typeID' => null, |
132 | 132 | 'typeName' => '' |
133 | 133 | ]; |
134 | - $this->attributePreserveData($xml, $columnDefaults, $tableName,'//transactions/row'); |
|
134 | + $this->attributePreserveData($xml, $columnDefaults, $tableName, '//transactions/row'); |
|
135 | 135 | return $this; |
136 | 136 | } |
137 | 137 | } |