Jeroen De Dauw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78800


Change subject: Remove deprecated method now unused
......................................................................

Remove deprecated method now unused

Should not be mreged before 48a87f7 in Wikibase.git

Change-Id: I2236f4d81bf7860820679b07bc7f92d32877db85
---
M DataModel/Entity/Entity.php
1 file changed, 0 insertions(+), 12 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseDataModel 
refs/changes/00/78800/1

diff --git a/DataModel/Entity/Entity.php b/DataModel/Entity/Entity.php
index 3c2fdf5..ae569f5 100644
--- a/DataModel/Entity/Entity.php
+++ b/DataModel/Entity/Entity.php
@@ -185,18 +185,6 @@
        }
 
        /**
-        * Returns a prefixed version of the entity's id or null if it is not 
in the datastore yet.
-        *
-        * @since 0.2
-        * @deprecated since 0.4
-        *
-        * @return string|null
-        */
-       public function getPrefixedId() {
-               return $this->getId() === null ? null : 
$this->getId()->getPrefixedId();
-       }
-
-       /**
         * Sets the ID.
         * Should only be set to something determined by the store and not by 
the user (to avoid duplicate IDs).
         *

-- 
To view, visit https://gerrit.wikimedia.org/r/78800
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2236f4d81bf7860820679b07bc7f92d32877db85
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseDataModel
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to