PHP Class Neos\Flow\Package\MetaData\SystemConstraint

Inheritance: extends AbstractConstraint
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$type string The type for a system scope constraint (e.g. "Memory")

Méthodes publiques

Méthode Description
__construct ( string $constraintType, string $type, string $value = null, string $minVersion = null, string $maxVersion = null ) Meta data system constraint constructor
getConstraintScope ( ) : string
getType ( ) : string

Method Details

__construct() public méthode

Meta data system constraint constructor
public __construct ( string $constraintType, string $type, string $value = null, string $minVersion = null, string $maxVersion = null )
$constraintType string
$type string
$value string
$minVersion string
$maxVersion string

getConstraintScope() public méthode

See also: Constraint::getConstraintScope()
public getConstraintScope ( ) : string
Résultat string The constraint scope

getType() public méthode

public getType ( ) : string
Résultat string The system constraint type

Property Details

$type protected_oe property

The type for a system scope constraint (e.g. "Memory")
protected string $type
Résultat string