Neos\Flow\Package\MetaData\SystemConstraint::getType PHP 메소드

getType() 공개 메소드

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