Semantic MediaWiki and related extensions
|
Protected Member Functions | |
getHtml (array $data) | |
addResources ($resource) | |
getId () | |
createLoadingHtmlPlaceholder () | |
loading () | |
encodeToJsonForId ($id, $data) | |
encode ($id, $data) | |
getResultText (SMWQueryResult $queryResult, $outputMode) | |
![]() | |
getResultText (SMWQueryResult $res, $outputMode) | |
buildResult (SMWQueryResult $results) | |
handleParameters (array $params, $outputMode) | |
postProcessParameters () | |
getLinker ($firstcol=false) | |
getFurtherResultsLink (SMWQueryResult $res, $outputMode) | |
getErrorString (SMWQueryResult $res) | |
escapeText ($text, $outputmode) | |
getSearchLabel ($outputmode) | |
linkFurtherResults (SMWQueryResult $results) | |
addError ($errorMessage) | |
textDisplayParameters () | |
exportFormatParameters () | |
Additional Inherited Members | |
![]() | |
__construct ($format, $inline=true, $useValidator=false) | |
isEnabledFeature ($feature) | |
getQueryMode ($context) | |
getName () | |
setShowErrors ($show) | |
getParameters () | |
getParamDefinitions (array $definitions) | |
getNamedParameters (array $definitions=array()) | |
isExportFormat () | |
getDefaultSort () | |
![]() | |
getResult (QueryResult $results, array $fullParams, $outputMode) | |
![]() | |
static | $maxRecursionDepth = 2 |
![]() | |
$m_params | |
$params | |
$fullParams | |
$outputMode | |
$results | |
$mIntro = '' | |
$mOutro = '' | |
$mSearchlabel = null | |
$mDefault = '' | |
$mFormat | |
$mLinkFirst | |
$mLinkOthers | |
$mShowHeaders = SMW_HEADERS_SHOW | |
$mShowErrors = true | |
$mInline | |
$mLinker | |
$mErrors = array() | |
$isHTML = false | |
$hasTemplates = false | |
Base class for result printers that use the serialized results
GNU GPL v2 or later
|
protected |
Convenience method to register resources
string | $resource |
|
protected |
Convenience method generating a visual placeholder before any JS is registered to indicate that resources (JavaScript, CSS) are being loaded and once ready ensure to set ( '.smw-spinner' ).hide()
|
protected |
|
protected |
Convenience method to encode output data
string | $id | |
array | $data |
|
abstractprotected |
Returns html output.
|
protected |
Convenience method to create a unique id
|
protected |
|
protected |