Neos\Flow\Package\MetaData\SystemConstraint::getType PHP Метод

getType() публичный Метод

public getType ( ) : string
Результат string The system constraint type
    public function getType()
    {
        return $this->type;
    }