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

Public Member Functions

 newConstraintRegistry ()
 
 newConstraintCheckRunner ()
 
 newConstraintByClass ( $class)
 
 newNamespaceConstraint ()
 
 newMandatoryPropertiesConstraint ()
 
 newShapeConstraint ()
 
 newUniqueValueConstraint ()
 
 newNonNegativeIntegerConstraint ()
 
 newMustExistsConstraint ()
 
 newSingleValueConstraint ()
 
 newNullConstraint ()
 
 newConstraintSchemaCompiler (Store $store)
 

Detailed Description

GNU GPL v2+

Since
3.1
Author
mwjames

Member Function Documentation

◆ newConstraintByClass()

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

◆ newConstraintCheckRunner()

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

◆ newConstraintRegistry()

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

◆ newConstraintSchemaCompiler()

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

◆ newMandatoryPropertiesConstraint()

SMW\ConstraintFactory::newMandatoryPropertiesConstraint ( )
Since
3.1
Returns
MandatoryPropertiesConstraint

◆ newMustExistsConstraint()

SMW\ConstraintFactory::newMustExistsConstraint ( )
Since
3.1
Returns
MustExistsConstraint

◆ newNamespaceConstraint()

SMW\ConstraintFactory::newNamespaceConstraint ( )
Since
3.1
Returns
NamespaceConstraint

◆ newNonNegativeIntegerConstraint()

SMW\ConstraintFactory::newNonNegativeIntegerConstraint ( )
Since
3.1
Returns
NonNegativeIntegerConstraint

◆ newNullConstraint()

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

◆ newShapeConstraint()

SMW\ConstraintFactory::newShapeConstraint ( )
Since
3.1
Returns
ShapeConstraint

◆ newSingleValueConstraint()

SMW\ConstraintFactory::newSingleValueConstraint ( )
Since
3.1
Returns
SingleValueConstraint

◆ newUniqueValueConstraint()

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

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

About | General disclaimer | Privacy policy