Page Menu
Home
GitPull.it
Search
Configure Global Search
Log In
Files
F8525337
class-wb\DataType.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
class-wb\DataType.php
View Options
<?php
# Boz-MW - Another MediaWiki API handler in PHP
# Copyright (C) 2017, 2018 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 DataType.
*
* @see https://www.wikidata.org/wiki/Special:ListDatatypes
*/
class
DataType
{
const
STRING
=
'string'
;
const
URL
=
'url'
;
const
TIME
=
'time'
;
const
QUANTITY
=
'quantity'
;
const
MONOLINGUAL_TEXT
=
'monolingualtext'
;
const
GLOBE_COORDINATE
=
'globecoordinate'
;
const
EXTERNAL_ID
=
'external-id'
;
const
COMMONS_MEDIA
=
'commonsMedia'
;
const
ITEM
=
'wikibase-item'
;
const
ENTITY_ID
=
'wikibase-entityid'
;
const
PROPERTY
=
'wikibase-property'
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Feb 15, 02:13 (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1596669
Default Alt Text
class-wb\DataType.php (1 KB)
Attached To
Mode
R21 boz-mw: MediaWiki API client
Attached
Detach File
Event Timeline
Log In to Comment