File tree Expand file tree Collapse file tree 8 files changed +10
-25
lines changed
Expand file tree Collapse file tree 8 files changed +10
-25
lines changed Original file line number Diff line number Diff line change 66use Pim \Component \Catalog \Model \AttributeInterface ;
77
88/**
9- * Text attribute type
9+ * Warehouse attribute type
1010 *
11- * @author Filips Alpe <filips@akeneo.com>
12- * @copyright 2013 Akeneo SAS (http://www.akeneo.com)
13- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
11+ * @author Aurélien Lavorel <aurelien@lavoweb.net>
1412 */
1513class WarehouseType extends AbstractAttributeType
1614{
Original file line number Diff line number Diff line change 1111/**
1212 * LavowebWarehouseAttributeExtension
1313 *
14- * @author Antoine Guigan <antoine@akeneo.com>
15- * @copyright 2015 Akeneo SAS (http://www.akeneo.com)
16- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
14+ * @author Aurélien Lavorel <aurelien@lavoweb.net>
1715 */
1816class LavowebWarehouseAttributeExtension extends Extension
1917{
Original file line number Diff line number Diff line change 88/**
99 * WarehouseProvider
1010 *
11- * @author Antoine Guigan <antoine@akeneo.com>
12- * @copyright 2015 Akeneo SAS (http://www.akeneo.com)
13- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
11+ * @author Aurélien Lavorel <aurelien@lavoweb.net>
1412 */
1513class WarehouseProvider implements FieldProviderInterface
1614{
Original file line number Diff line number Diff line change 77/**
88 * Fixes CSV reader of the PIM (see PIM-4939)
99 *
10- * @author Antoine Guigan <antoine@akeneo.com>
11- * @copyright 2015 Akeneo SAS (http://www.akeneo.com)
12- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10+ * @author Aurélien Lavorel <aurelien@lavoweb.net>
1311 */
1412class CsvProductReader extends PimCsvProductReader
1513{
Original file line number Diff line number Diff line change 77/**
88 * Fixes CSV reader of the PIM (see PIM-4939)
99 *
10- * @author Antoine Guigan <antoine@akeneo.com>
11- * @copyright 2015 Akeneo SAS (http://www.akeneo.com)
12- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10+ * @author Aurélien Lavorel <aurelien@lavoweb.net>
1311 */
1412class CsvReader extends PimCsvReader
1513{
Original file line number Diff line number Diff line change 11'use strict' ;
22/**
3- * Textarea field
3+ * Warehouse field
44 *
5- * @author Julien Sanchez <julien@akeneo.com>
6- * @author Filips Alpe <filips@akeneo.com>
7- * @copyright 2015 Akeneo SAS (http://www.akeneo.com)
8- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
5+ * @author Aurélien Lavorel <aurelien@lavoweb.net>
96 */
107define (
118 [
Original file line number Diff line number Diff line change 1010/**
1111 * AttributeTypeForOptionValidator
1212 *
13- * @author Antoine Guigan <antoine@akeneo.com>
14- * @copyright 2015 Akeneo SAS (http://www.akeneo.com)
15- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
13+ * @author Aurélien Lavorel <aurelien@lavoweb.net>
1614 */
1715class AttributeTypeForOptionValidator extends PimAttributeTypeForOptionValidator
1816{
Original file line number Diff line number Diff line change 1111 "homepage" : " http://lavoweb.net"
1212 }
1313 ],
14- "require" : {
14+ "require-dev " : {
1515 "akeneo/pim-community-dev" : " 1.5.*"
1616 },
1717 "autoload" : {
You can’t perform that action at this time.
0 commit comments