Semantic MediaWiki and related extensions
Public Member Functions | Public Attributes | List of all members
SMW\Exporter\Element Interface Reference
Inheritance diagram for SMW\Exporter\Element:
Inheritance graph
[legend]

Public Member Functions

 getDataItem ()
 
 getHash ()
 

Public Attributes

const TYPE_RESOURCE = 0
 
const TYPE_NSRESOURCE = 1
 
const TYPE_LITERAL = 2
 

Detailed Description

GNU GPL v2+

Since
2.2
Author
mwjames

Member Function Documentation

◆ getDataItem()

SMW\Exporter\Element::getDataItem ( )

A dataItem an export element is associated with

Since
2.2
Returns
DataItem|null

Implemented in SMWExpData, and SMW\Exporter\Element\ExpElement.

◆ getHash()

SMW\Exporter\Element::getHash ( )
Since
2.2
Returns
string

Implemented in SMWExpData, and SMW\Exporter\Element\ExpElement.

Member Data Documentation

◆ TYPE_LITERAL

const SMW\Exporter\Element::TYPE_LITERAL = 2

A single datatype literal for export. Defined by a literal value and a datatype URI.

◆ TYPE_NSRESOURCE

const SMW\Exporter\Element::TYPE_NSRESOURCE = 1

A single resource (individual) for export, defined by a URI for which there also is a namespace abbreviation.

◆ TYPE_RESOURCE

const SMW\Exporter\Element::TYPE_RESOURCE = 0

A single resource (individual) for export, as defined by a URI.


The documentation for this interface was generated from the following file:

About | General disclaimer | Privacy policy