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 @@
98
98
return $this->m_inverse;
99
99
}
100
100
101
- public function getPropertyTypeID() {
102
- return $this->m_proptypeid;
103
- }
104
-
105
101
public function getSortKey() {
106
102
return $this->m_key;
107
103
}
Status & tagging log
16:36, 31 May 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r89213
[
removed:
new
added:
deferred]