Index: trunk/extensions/SemanticMediaWiki/includes/SMW_DV_NAry.php |
— | — | @@ -241,6 +241,10 @@ |
242 | 242 | return implode(';', $this->m_type->getTypeLabels()); |
243 | 243 | } |
244 | 244 | |
| 245 | + public function getType() { |
| 246 | + return $this->m_type; |
| 247 | + } |
| 248 | + |
245 | 249 | public function getDVs() { |
246 | 250 | return $this->isValid() ? $this->m_values : null; |
247 | 251 | } |