|
1 | 1 | <?php
|
2 | 2 |
|
3 | 3 | /**
|
4 |
| - * The MetaModels extension allows the creation of multiple collections of custom items, |
5 |
| - * each with its own unique set of selectable attributes, with attribute extendability. |
6 |
| - * The Front-End modules allow you to build powerful listing and filtering of the |
7 |
| - * data in each collection. |
| 4 | + * This file is part of MetaModels/attribute_translatedtablemulti. |
| 5 | + * |
| 6 | + * (c) 2012-2019 The MetaModels team. |
| 7 | + * |
| 8 | + * For the full copyright and license information, please view the LICENSE |
| 9 | + * file that was distributed with this source code. |
| 10 | + * |
| 11 | + * This project is provided in good faith and hope to be usable by anyone. |
8 | 12 | *
|
9 | 13 | * @package MetaModels
|
10 |
| - * @subpackage AttributeTranslatedTableMultiBundle |
| 14 | + * @subpackage AttributeTranslatedTableMulti |
| 15 | + * @author Andreas Dziemba <[email protected]> |
| 16 | + * @author Andreas Dziemba <[email protected]> |
11 | 17 | * @author David Maack <[email protected]>
|
12 |
| - * @author Stefan Heimes <[email protected]> |
13 |
| - * @author Christian Schiffler <[email protected]> |
14 | 18 | * @author Andreas Isaak <[email protected]>
|
| 19 | + * @author Christian Schiffler <[email protected]> |
15 | 20 | * @author David Greminger <[email protected]>
|
16 |
| - * @author Andreas Dziemba <[email protected]> |
17 |
| - * @copyright 2018 The MetaModels team. |
| 21 | + * @author David Maack <[email protected]> |
| 22 | + * @author Stefan Heimes <[email protected]> |
| 23 | + * @copyright 2012-2019 The MetaModels team. |
18 | 24 | * @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later
|
19 | 25 | * @filesource
|
20 | 26 | */
|
|
30 | 36 | use Doctrine\DBAL\Connection;
|
31 | 37 |
|
32 | 38 | /**
|
33 |
| - * This is the MetaModelAttribute class for handling translated table multi fields. |
34 |
| - * |
35 |
| - * @package MetaModels |
36 |
| - * @subpackage AttributeTranslatedTableMulti |
37 |
| - * @author David Maack <[email protected]> |
38 |
| - * @author Stefan Heimes <[email protected]> |
39 |
| - * @author Andreas Dziemba <[email protected]> |
40 |
| - * @copyright 2018 The MetaModels team. |
41 |
| - * @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later |
| 39 | + * This is the MetaModelAttribute class for handling table text fields. |
42 | 40 | */
|
43 |
| - |
44 | 41 | class TranslatedTableMulti extends Base implements ITranslated, IComplex
|
45 | 42 | {
|
46 | 43 |
|
|
0 commit comments