PHP Класс Neos\Flow\Package\MetaData\SystemConstraint

Наследование: extends AbstractConstraint
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$type string The type for a system scope constraint (e.g. "Memory")

Открытые методы

Метод Описание
__construct ( string $constraintType, string $type, string $value = null, string $minVersion = null, string $maxVersion = null ) Meta data system constraint constructor
getConstraintScope ( ) : string
getType ( ) : string

Описание методов

__construct() публичный Метод

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() публичный Метод

См. также: Constraint::getConstraintScope()
public getConstraintScope ( ) : string
Результат string The constraint scope

getType() публичный Метод

public getType ( ) : string
Результат string The system constraint type

Описание свойств

$type защищенное свойство

The type for a system scope constraint (e.g. "Memory")
protected string $type
Результат string