Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\Indicator\EntityExaminerIndicators\BlankEntityExaminerDeferrableIndicatorProvider Class Reference
Inheritance diagram for SMW\Indicator\EntityExaminerIndicators\BlankEntityExaminerDeferrableIndicatorProvider:
Inheritance graph
[legend]
Collaboration diagram for SMW\Indicator\EntityExaminerIndicators\BlankEntityExaminerDeferrableIndicatorProvider:
Collaboration graph
[legend]

Public Member Functions

 setDeferredMode (bool $isDeferredMode)
 
 isDeferredMode ()
 
 isSeverityType (string $severityType)
 
 getName ()
 
 hasIndicator (DIWikiPage $subject, array $options)
 
 getIndicators ()
 
 getModules ()
 
 getInlineStyle ()
 

Additional Inherited Members

- Public Attributes inherited from SMW\Indicator\IndicatorProviders\TypableSeverityIndicatorProvider
const SEVERITY_NONE = ''
 
const SEVERITY_INFO = 'severity/info'
 
const SEVERITY_WARNING = 'severity/warning'
 
const SEVERITY_ERROR = 'severity/error'
 

Detailed Description

Demonstrates how to create a deferrable examiner to produce a possible violation message for a specific aspect of an entity.

Deferrable means that the examiner is only called after a wikipage has been rendered and the check is called from within the run-entity-examiner API.

GNU GPL v2+

Since
3.2
Author
mwjames

Member Function Documentation

◆ getIndicators()

SMW\Indicator\EntityExaminerIndicators\BlankEntityExaminerDeferrableIndicatorProvider::getIndicators ( )
Since
3.2
Returns
[]

Implements SMW\Indicator\IndicatorProvider.

◆ getInlineStyle()

SMW\Indicator\EntityExaminerIndicators\BlankEntityExaminerDeferrableIndicatorProvider::getInlineStyle ( )
Since
3.2
Returns
string

Implements SMW\Indicator\IndicatorProvider.

◆ getModules()

SMW\Indicator\EntityExaminerIndicators\BlankEntityExaminerDeferrableIndicatorProvider::getModules ( )
Since
3.2
Returns
[]

Implements SMW\Indicator\IndicatorProvider.

◆ getName()

SMW\Indicator\EntityExaminerIndicators\BlankEntityExaminerDeferrableIndicatorProvider::getName ( )
Since
3.2
Returns
string

Implements SMW\Indicator\IndicatorProvider.

◆ hasIndicator()

SMW\Indicator\EntityExaminerIndicators\BlankEntityExaminerDeferrableIndicatorProvider::hasIndicator ( DIWikiPage  $subject,
array  $options 
)
Since
3.2
Parameters
DIWikiPage$subject
array$options
Returns
boolean

Implements SMW\Indicator\IndicatorProvider.

◆ isDeferredMode()

SMW\Indicator\EntityExaminerIndicators\BlankEntityExaminerDeferrableIndicatorProvider::isDeferredMode ( )

◆ isSeverityType()

SMW\Indicator\EntityExaminerIndicators\BlankEntityExaminerDeferrableIndicatorProvider::isSeverityType ( string  $severityType)
Since
3.2
Parameters
string$severityType
Returns
boolean

Implements SMW\Indicator\IndicatorProviders\TypableSeverityIndicatorProvider.

◆ setDeferredMode()

SMW\Indicator\EntityExaminerIndicators\BlankEntityExaminerDeferrableIndicatorProvider::setDeferredMode ( bool  $isDeferredMode)
Since
3.2
Parameters
boolean$type

Implements SMW\Indicator\IndicatorProviders\DeferrableIndicatorProvider.


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

About | General disclaimer | Privacy policy