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

파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$constraintType string One of depends, conflicts or suggests
$value string The constraint name or value

공개 메소드들

메소드 설명
__construct ( string $constraintType, string $value, string $minVersion = null, string $maxVersion = null ) Meta data constraint constructor
getConstraintScope ( ) : string
getConstraintType ( ) : string
getValue ( ) : string

메소드 상세

__construct() 공개 메소드

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

getConstraintScope() 추상적인 공개 메소드

abstract public getConstraintScope ( ) : string
리턴 string The constraint scope (package, system)

getConstraintType() 공개 메소드

public getConstraintType ( ) : string
리턴 string The constraint type (depends, conflicts, suggests)

getValue() 공개 메소드

public getValue ( ) : string
리턴 string The constraint name or value

프로퍼티 상세

$constraintType 보호되어 있는 프로퍼티

One of depends, conflicts or suggests
protected string $constraintType
리턴 string

$value 보호되어 있는 프로퍼티

The constraint name or value
protected string $value
리턴 string