r89213 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89212‎ | r89213 | r89214 >
Date:11:53, 31 May 2011
Author:mkroetzsch
Status:deferred
Tags:
Comment:
removed recently added method getProeprtyTypeId(); the proper method to use for getting this information is findPropertyTypeId()
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,10 +97,6 @@
9898 return $this->m_inverse;
9999 }
100100
101 - public function getPropertyTypeID() {
102 - return $this->m_proptypeid;
103 - }
104 -
105101 public function getSortKey() {
106102 return $this->m_key;
107103 }

Status & tagging log