Index: trunk/extensions/Wikidata/OmegaWiki/PropertyToColumnFilter.php |
— | — | @@ -7,12 +7,12 @@ |
8 | 8 | protected $attribute; // Attribute |
9 | 9 | protected $propertyCaption; // Caption of the first column |
10 | 10 | |
11 | | - public function __construct($identifier, $caption, $propertyCaption, array $attributeIDs) { |
12 | | - $this->attributeIDs = $attributeIDs; |
13 | | - $this->attribute = new Attribute($identifier, $caption, "will-be-specified-later"); |
14 | | - $this->propertyCaption = $propertyCaption; |
15 | | - } |
16 | | - |
| 11 | + public function __construct($identifier, $propertyCaption, array $attributeIDs) { |
| 12 | + $this->attributeIDs = $attributeIDs; |
| 13 | + $this->attribute = new Attribute($identifier, $propertyCaption, "will-be-specified-later"); |
| 14 | + $this->propertyCaption = $propertyCaption; |
| 15 | + } |
| 16 | + |
17 | 17 | public function getAttribute() { |
18 | 18 | return $this->attribute; |
19 | 19 | } |