Semantic MediaWiki and related extensions
Public Member Functions | Public Attributes | List of all members
SMW\Constraint\Constraints\SingleValueConstraint Class Reference
Inheritance diagram for SMW\Constraint\Constraints\SingleValueConstraint:
Inheritance graph
[legend]
Collaboration diagram for SMW\Constraint\Constraints\SingleValueConstraint:
Collaboration graph
[legend]

Public Member Functions

 hasViolation ()
 
 getType ()
 
 checkConstraint (array $constraint, $dataValue)
 

Public Attributes

const CONSTRAINT_KEY = 'single_value_constraint'
 
- Public Attributes inherited from SMW\Constraint\Constraint
const CLASS_CONSTRAINT_SCHEMA = 'CLASS_CONSTRAINT_SCHEMA'
 
const PROPERTY_CONSTRAINT_SCHEMA = 'PROPERTY_CONSTRAINT_SCHEMA'
 
const TYPE_INSTANT = 'type/instant'
 
const TYPE_DEFERRED = 'type/deferred'
 

Detailed Description

GNU GPL v2+

Since
3.1
Author
mwjames

Member Function Documentation

◆ checkConstraint()

SMW\Constraint\Constraints\SingleValueConstraint::checkConstraint ( array  $constraint,
  $dataValue 
)
Since
3.1

Checks a constraint against a single value. Any error that occurred during the processing should be attached to an individual value using the ConstraintError class.

Since
3.1
Parameters
array$constraint
mixed$value

Implements SMW\Constraint\Constraint.

◆ getType()

SMW\Constraint\Constraints\SingleValueConstraint::getType ( )
Since
3.1

Since
3.1
Returns
string

Implements SMW\Constraint\Constraint.

◆ hasViolation()

SMW\Constraint\Constraints\SingleValueConstraint::hasViolation ( )
Since
3.1

Returns true when a violation during the check occurred.

Since
3.1
Returns
boolean

Implements SMW\Constraint\Constraint.

Member Data Documentation

◆ CONSTRAINT_KEY

const SMW\Constraint\Constraints\SingleValueConstraint::CONSTRAINT_KEY = 'single_value_constraint'

Defines the expected key in the JSON


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

About | General disclaimer | Privacy policy