Neos\Flow\Package\MetaData\AbstractConstraint::getConstraintType PHP Méthode

getConstraintType() public méthode

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