BlueSpice MediaWiki master
|
![]() |
Modules | |
Api | |
Store | |
Formatter | |
FunctionHook | |
ParserFunction | |
SpecialPage | |
Job | |
Maintenance | |
Utility | |
Test | |
SMWDataItems | |
SMWDataValues | |
SMWQuery | |
SMWStore | |
Classes | |
class | SMW\ConceptPage |
class | SMWOrderedListPage |
class | SMWPropertyPage |
class | SMW\ContentParser |
class | SMWExpData |
class | SMWExportController |
class | SMWExporter |
class | SMWSerializer |
class | SMWRDFXMLSerializer |
class | SMWTurtleSerializer |
class | SMW\ParameterInput |
class | SMWParamFormat |
class | SMW\QueryPage |
class | SMW\SemanticData |
class | SMWInfolink |
class | SMWOutputs |
class | SMWPageLister |
class | SMWPageSchemas |
class | SMW\MediaWiki\Api\ApiQueryResultFormatter |
class | SMW\MediaWiki\Jobs\JobBase |
class | SMW\MediaWiki\Jobs\RefreshJob |
class | SMW\MediaWiki\PageInfoProvider |
class | SMW\MediaWiki\Search\Search |
class | SMW\MediaWiki\Search\SearchResultSet |
class | SMW\MediaWiki\TitleLookup |
interface | SMW\PageInfo |
interface | SMW\PropertyAnnotator |
class | SMW\PropertyAnnotators\CategoryPropertyAnnotator |
class | SMW\PropertyAnnotators\NullPropertyAnnotator |
class | SMW\PropertyAnnotators\PropertyAnnotatorDecorator |
interface | SMW\Query\ProfileAnnotator |
Functions | |
smwfIsSemanticsProcessed ($namespace) | |
Variables | |
const | SMW_SERIALIZER_DECL_CLASS 1 |
const | SMW_HEADERS_SHOW 2 |
const | SMW_HEADERS_PLAIN 1 |
const | SMW_HEADERS_HIDE 0 |
This documentation group collects source code files belonging to Semantic MediaWiki.
For documenting extensions of SMW, please do not use groups starting with "SMW" but make your own groups instead. Browsing at https://doc.semantic-mediawiki.org/ is assumed to be easier this way.
smwfIsSemanticsProcessed | ( | $namespace | ) |
Global functions specified and used by Semantic MediaWiki. In general, it is tried to fit functions in suitable classes as static methods if they clearly belong to some particular sub-function of SMW. Most functions here are used in diverse contexts so that they do not have fonud a place in any such class yet.
const SMW_HEADERS_SHOW 2 |
Constants relevant to Semantic MediaWiki SMW related constants that define how/if headers should be displayed
const SMW_SERIALIZER_DECL_CLASS 1 |
File holding the SMWSerializer class that provides basic functions for serialising data in OWL and RDF syntaxes.