Page MenuHomeGitPull.it

D107.1783060949.diff
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

D107.1783060949.diff

diff --git a/include/wb/SnakLocalMedia.php b/include/wb/SnakLocalMedia.php
new file mode 100644
--- /dev/null
+++ b/include/wb/SnakLocalMedia.php
@@ -0,0 +1,40 @@
+<?php
+# Boz-MW - Another MediaWiki API handler in PHP
+# Copyright (C) 2017 Valerio Bozzolan
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+# Wikibase
+namespace wb;
+
+/**
+ * A Snak for a string representing localMedia datatype.
+ */
+class SnakLocalMedia extends Snak
+{
+
+ /**
+ * @param $property string Wikidata property as 'P123'
+ * @param $value string
+ */
+ public function __construct($property, $value)
+ {
+ return parent::__construct(
+ 'value',
+ $property,
+ DataType::LOCALMEDIA,
+ new DataValueString($value)
+ );
+ }
+}

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 3, 08:42 (18 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1987802
Default Alt Text
D107.1783060949.diff (1 KB)

Event Timeline