Neos\ContentRepository\Security\Authorization\Privilege\Node\PropertyAwareNodePrivilegeSubject::hasPropertyName PHP Method

hasPropertyName() public method

public hasPropertyName ( ) : boolean
return boolean
    public function hasPropertyName()
    {
        return $this->propertyName !== null;
    }
PropertyAwareNodePrivilegeSubject