@@ -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 | /** |
@@ -1,36 +1,36 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Contains EveApiRetrieverInterface 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 EveApiRetrieverInterface 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 | use Yapeal\Event\EveApiEventInterface; |
@@ -1,36 +1,36 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Contains Validator class. |
|
| 4 | - * |
|
| 5 | - * PHP version 5.5 |
|
| 6 | - * |
|
| 7 | - * LICENSE: |
|
| 8 | - * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
| 9 | - * which can be used to access the Eve Online API data and place it into a |
|
| 10 | - * database. |
|
| 11 | - * Copyright (C) 2015-2016 Michael Cummings |
|
| 12 | - * |
|
| 13 | - * This program is free software: you can redistribute it and/or modify it |
|
| 14 | - * under the terms of the GNU Lesser General Public License as published by the |
|
| 15 | - * Free Software Foundation, either version 3 of the License, or (at your |
|
| 16 | - * option) any later version. |
|
| 17 | - * |
|
| 18 | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|
| 19 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
| 20 | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
| 21 | - * for more details. |
|
| 22 | - * |
|
| 23 | - * You should have received a copy of the GNU Lesser General Public License |
|
| 24 | - * along with this program. If not, see |
|
| 25 | - * <http://www.gnu.org/licenses/>. |
|
| 26 | - * |
|
| 27 | - * You should be able to find a copy of this license in the LICENSE.md file. A |
|
| 28 | - * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
| 29 | - * |
|
| 30 | - * @copyright 2015-2016 Michael Cummings |
|
| 31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
| 32 | - * @author Michael Cummings <[email protected]> |
|
| 33 | - */ |
|
| 3 | + * Contains Validator class. |
|
| 4 | + * |
|
| 5 | + * PHP version 5.5 |
|
| 6 | + * |
|
| 7 | + * LICENSE: |
|
| 8 | + * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
| 9 | + * which can be used to access the Eve Online API data and place it into a |
|
| 10 | + * database. |
|
| 11 | + * Copyright (C) 2015-2016 Michael Cummings |
|
| 12 | + * |
|
| 13 | + * This program is free software: you can redistribute it and/or modify it |
|
| 14 | + * under the terms of the GNU Lesser General Public License as published by the |
|
| 15 | + * Free Software Foundation, either version 3 of the License, or (at your |
|
| 16 | + * option) any later version. |
|
| 17 | + * |
|
| 18 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
|
| 19 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
| 20 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
| 21 | + * for more details. |
|
| 22 | + * |
|
| 23 | + * You should have received a copy of the GNU Lesser General Public License |
|
| 24 | + * along with this program. If not, see |
|
| 25 | + * <http://www.gnu.org/licenses/>. |
|
| 26 | + * |
|
| 27 | + * You should be able to find a copy of this license in the LICENSE.md file. A |
|
| 28 | + * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
| 29 | + * |
|
| 30 | + * @copyright 2015-2016 Michael Cummings |
|
| 31 | + * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
| 32 | + * @author Michael Cummings <[email protected]> |
|
| 33 | + */ |
|
| 34 | 34 | namespace Yapeal\Xsd; |
| 35 | 35 | |
| 36 | 36 | use DOMDocument; |
@@ -1,36 +1,36 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Contains Transformer class. |
|
| 4 | - * |
|
| 5 | - * PHP version 5.5 |
|
| 6 | - * |
|
| 7 | - * LICENSE: |
|
| 8 | - * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
| 9 | - * which can be used to access the Eve Online API data and place it into a |
|
| 10 | - * database. |
|
| 11 | - * Copyright (C) 2015-2016 Michael Cummings |
|
| 12 | - * |
|
| 13 | - * This program is free software: you can redistribute it and/or modify it |
|
| 14 | - * under the terms of the GNU Lesser General Public License as published by the |
|
| 15 | - * Free Software Foundation, either version 3 of the License, or (at your |
|
| 16 | - * option) any later version. |
|
| 17 | - * |
|
| 18 | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|
| 19 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
| 20 | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
| 21 | - * for more details. |
|
| 22 | - * |
|
| 23 | - * You should have received a copy of the GNU Lesser General Public License |
|
| 24 | - * along with this program. If not, see |
|
| 25 | - * <http://www.gnu.org/licenses/>. |
|
| 26 | - * |
|
| 27 | - * You should be able to find a copy of this license in the LICENSE.md file. A |
|
| 28 | - * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
| 29 | - * |
|
| 30 | - * @copyright 2015-2016 Michael Cummings |
|
| 31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
| 32 | - * @author Michael Cummings <[email protected]> |
|
| 33 | - */ |
|
| 3 | + * Contains Transformer class. |
|
| 4 | + * |
|
| 5 | + * PHP version 5.5 |
|
| 6 | + * |
|
| 7 | + * LICENSE: |
|
| 8 | + * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
| 9 | + * which can be used to access the Eve Online API data and place it into a |
|
| 10 | + * database. |
|
| 11 | + * Copyright (C) 2015-2016 Michael Cummings |
|
| 12 | + * |
|
| 13 | + * This program is free software: you can redistribute it and/or modify it |
|
| 14 | + * under the terms of the GNU Lesser General Public License as published by the |
|
| 15 | + * Free Software Foundation, either version 3 of the License, or (at your |
|
| 16 | + * option) any later version. |
|
| 17 | + * |
|
| 18 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
|
| 19 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
| 20 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
| 21 | + * for more details. |
|
| 22 | + * |
|
| 23 | + * You should have received a copy of the GNU Lesser General Public License |
|
| 24 | + * along with this program. If not, see |
|
| 25 | + * <http://www.gnu.org/licenses/>. |
|
| 26 | + * |
|
| 27 | + * You should be able to find a copy of this license in the LICENSE.md file. A |
|
| 28 | + * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
| 29 | + * |
|
| 30 | + * @copyright 2015-2016 Michael Cummings |
|
| 31 | + * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
| 32 | + * @author Michael Cummings <[email protected]> |
|
| 33 | + */ |
|
| 34 | 34 | namespace Yapeal\Xsl; |
| 35 | 35 | |
| 36 | 36 | use DOMDocument; |
@@ -1,37 +1,37 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Contains Transformer interface. |
|
| 4 | - * |
|
| 5 | - * PHP version 5.5 |
|
| 6 | - * |
|
| 7 | - * LICENSE: |
|
| 8 | - * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
| 9 | - * which can be used to access the Eve Online API data and place it into a |
|
| 10 | - * database. |
|
| 11 | - * Copyright (C) 2015-2016 Michael Cummings |
|
| 12 | - * |
|
| 13 | - * This program is free software: you can redistribute it and/or modify it |
|
| 14 | - * under the terms of the GNU Lesser General Public License as published by the |
|
| 15 | - * Free Software Foundation, either version 3 of the License, or (at your |
|
| 16 | - * option) any later version. |
|
| 17 | - * |
|
| 18 | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|
| 19 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
| 20 | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
| 21 | - * for more details. |
|
| 22 | - * |
|
| 23 | - * You should have received a copy of the GNU Lesser General Public License |
|
| 24 | - * along with this program. If not, see |
|
| 25 | - * <http://www.gnu.org/licenses/>. |
|
| 26 | - * |
|
| 27 | - * You should be able to find a copy of this license in the LICENSE.md file. A |
|
| 28 | - * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
| 29 | - * |
|
| 30 | - * @copyright 2015-2016 Michael Cummings |
|
| 31 | - * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
| 32 | - * @author Michael Cummings <[email protected]> |
|
| 33 | - * @since 20150727 14:20 |
|
| 34 | - */ |
|
| 3 | + * Contains Transformer interface. |
|
| 4 | + * |
|
| 5 | + * PHP version 5.5 |
|
| 6 | + * |
|
| 7 | + * LICENSE: |
|
| 8 | + * This file is part of Yet Another Php Eve Api Library also know as Yapeal |
|
| 9 | + * which can be used to access the Eve Online API data and place it into a |
|
| 10 | + * database. |
|
| 11 | + * Copyright (C) 2015-2016 Michael Cummings |
|
| 12 | + * |
|
| 13 | + * This program is free software: you can redistribute it and/or modify it |
|
| 14 | + * under the terms of the GNU Lesser General Public License as published by the |
|
| 15 | + * Free Software Foundation, either version 3 of the License, or (at your |
|
| 16 | + * option) any later version. |
|
| 17 | + * |
|
| 18 | + * This program is distributed in the hope that it will be useful, but WITHOUT |
|
| 19 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
| 20 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License |
|
| 21 | + * for more details. |
|
| 22 | + * |
|
| 23 | + * You should have received a copy of the GNU Lesser General Public License |
|
| 24 | + * along with this program. If not, see |
|
| 25 | + * <http://www.gnu.org/licenses/>. |
|
| 26 | + * |
|
| 27 | + * You should be able to find a copy of this license in the LICENSE.md file. A |
|
| 28 | + * copy of the GNU GPL should also be available in the GNU-GPL.md file. |
|
| 29 | + * |
|
| 30 | + * @copyright 2015-2016 Michael Cummings |
|
| 31 | + * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL |
|
| 32 | + * @author Michael Cummings <[email protected]> |
|
| 33 | + * @since 20150727 14:20 |
|
| 34 | + */ |
|
| 35 | 35 | namespace Yapeal\Xsl; |
| 36 | 36 | |
| 37 | 37 | use Yapeal\Event\EveApiEventInterface; |
@@ -1,36 +1,36 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Contains Yapeal 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 Yapeal 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; |
| 35 | 35 | |
| 36 | 36 | use FilePathNormalizer\FilePathNormalizerTrait; |
@@ -81,14 +81,14 @@ discard block |
||
| 81 | 81 | $this->setYem($dic['Yapeal.Event.Mediator']); |
| 82 | 82 | $mess = 'Let the magic begin!'; |
| 83 | 83 | $this->getYem() |
| 84 | - ->triggerLogEvent('Yapeal.Log.log', Logger::INFO, $mess); |
|
| 84 | + ->triggerLogEvent('Yapeal.Log.log', Logger::INFO, $mess); |
|
| 85 | 85 | /** |
| 86 | 86 | * @type CommonSqlQueries $csq |
| 87 | 87 | */ |
| 88 | 88 | $csq = $dic['Yapeal.Sql.CommonQueries']; |
| 89 | 89 | $sql = $csq->getActiveApis(); |
| 90 | 90 | $this->getYem() |
| 91 | - ->triggerLogEvent('Yapeal.Log.log', Logger::INFO, $sql); |
|
| 91 | + ->triggerLogEvent('Yapeal.Log.log', Logger::INFO, $sql); |
|
| 92 | 92 | try { |
| 93 | 93 | /** |
| 94 | 94 | * @type PDO $pdo |
@@ -102,7 +102,7 @@ discard block |
||
| 102 | 102 | } catch (PDOException $exc) { |
| 103 | 103 | $mess = 'Could not access utilEveApi table'; |
| 104 | 104 | $this->getYem() |
| 105 | - ->triggerLogEvent('Yapeal.Log.log', Logger::INFO, $mess, ['exception' => $exc]); |
|
| 105 | + ->triggerLogEvent('Yapeal.Log.log', Logger::INFO, $mess, ['exception' => $exc]); |
|
| 106 | 106 | return 1; |
| 107 | 107 | } |
| 108 | 108 | // Always check APIKeyInfo. |
@@ -123,8 +123,8 @@ discard block |
||
| 123 | 123 | */ |
| 124 | 124 | $data = $dic['Yapeal.Xml.Data']; |
| 125 | 125 | $data->setEveApiName($record['apiName']) |
| 126 | - ->setEveApiSectionName($record['sectionName']) |
|
| 127 | - ->setCacheInterval($record['interval']); |
|
| 126 | + ->setEveApiSectionName($record['sectionName']) |
|
| 127 | + ->setCacheInterval($record['interval']); |
|
| 128 | 128 | $this->emitEvents($data, 'start'); |
| 129 | 129 | } |
| 130 | 130 | return 0; |
@@ -1,36 +1,36 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Contains ServiceCallableInterface 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 ServiceCallableInterface 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\Container; |
| 35 | 35 | |
| 36 | 36 | /** |