Index: trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Property.php |
— | — | @@ -97,6 +97,10 @@ |
98 | 98 | return $this->m_inverse; |
99 | 99 | } |
100 | 100 | |
| 101 | + public function getPropertyTypeID() { |
| 102 | + return $this->m_proptypeid; |
| 103 | + } |
| 104 | + |
101 | 105 | public function getSortKey() { |
102 | 106 | return $this->m_key; |
103 | 107 | } |
— | — | @@ -374,4 +378,4 @@ |
375 | 379 | SMWDIProperty::$m_prop_aliases[$label] = $id; |
376 | 380 | } |
377 | 381 | |
378 | | -} |
\ No newline at end of file |
| 382 | +} |