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

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

См. также: Constraint::getConstraintScope()
public getConstraintScope ( ) : string
Результат string The constraint scope
    public function getConstraintScope()
    {
        return MetaDataInterface::CONSTRAINT_SCOPE_SYSTEM;
    }