Neos\Flow\Package\MetaData\SystemConstraint::getType PHP Method

getType() public method

public getType ( ) : string
return string The system constraint type
    public function getType()
    {
        return $this->type;
    }