r89199 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89198‎ | r89199 | r89200 >
Date:03:29, 31 May 2011
Author:yaron
Status:deferred
Tags:
Comment:
Added method getPropertyTypeID(), which seems to be necessary here - I hope I'm doing the right thing
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Property.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Property.php
@@ -97,6 +97,10 @@
9898 return $this->m_inverse;
9999 }
100100
 101+ public function getPropertyTypeID() {
 102+ return $this->m_proptypeid;
 103+ }
 104+
101105 public function getSortKey() {
102106 return $this->m_key;
103107 }
@@ -374,4 +378,4 @@
375379 SMWDIProperty::$m_prop_aliases[$label] = $id;
376380 }
377381
378 -}
\ No newline at end of file
 382+}

Status & tagging log