PHP Class Neos\Flow\Package\MetaData\SystemConstraint

Inheritance: extends AbstractConstraint
Mostra file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$type string The type for a system scope constraint (e.g. "Memory")

Public Methods

Method 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 method

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 method

See also: Constraint::getConstraintScope()
public getConstraintScope ( ) : string
return string The constraint scope

getType() public method

public getType ( ) : string
return string The system constraint type

Property Details

$type protected_oe property

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