Neos\Flow\Package\MetaData\AbstractConstraint::getConstraintType PHP 메소드

getConstraintType() 공개 메소드

public getConstraintType ( ) : string
리턴 string The constraint type (depends, conflicts, suggests)
    public function getConstraintType()
    {
        return $this->constraintType;
    }