Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\Property\ConstraintFactory Class Reference

Public Member Functions

 newConstraintRegistry ()
 
 newConstraintCheckRunner ()
 
 newConstraintByClass ( $class)
 
 newCommonConstraint ()
 
 newUniqueValueConstraint ()
 
 newNullConstraint ()
 
 newConstraintSchemaCompiler (Store $store)
 
 newConstraintErrorFinder (Store $store)
 

Detailed Description

GNU GPL v2+

Since
3.1
Author
mwjames

Member Function Documentation

◆ newCommonConstraint()

SMW\Property\ConstraintFactory::newCommonConstraint ( )
Since
3.1
Returns
CommonConstraint

◆ newConstraintByClass()

SMW\Property\ConstraintFactory::newConstraintByClass (   $class)
Since
3.1
Parameters
string$class
Returns
Constraint

◆ newConstraintCheckRunner()

SMW\Property\ConstraintFactory::newConstraintCheckRunner ( )
Since
3.1
Returns
ConstraintCheckRunner

◆ newConstraintErrorFinder()

SMW\Property\ConstraintFactory::newConstraintErrorFinder ( Store  $store)
Since
3.1
Parameters
Store$store
Returns
ConstraintErrorFinder

◆ newConstraintRegistry()

SMW\Property\ConstraintFactory::newConstraintRegistry ( )
Since
3.1
Returns
ConstraintRegistry

◆ newConstraintSchemaCompiler()

SMW\Property\ConstraintFactory::newConstraintSchemaCompiler ( Store  $store)
Since
3.1
Parameters
Store$store
Returns
ConstraintSchemaCompiler

◆ newNullConstraint()

SMW\Property\ConstraintFactory::newNullConstraint ( )
Since
3.1
Returns
NullConstraint

◆ newUniqueValueConstraint()

SMW\Property\ConstraintFactory::newUniqueValueConstraint ( )
Since
3.1
Returns
UniqueValueConstraint

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

About | General disclaimer | Privacy policy