PHP 클래스 Neos\Flow\Package\MetaData\SystemConstraint

상속: extends AbstractConstraint
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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