@@ -62,4 +62,14 @@ class image extends objectStructs
else
return false;
}
public function hasRole( string $Role)
{
if (isset($this->annotations->roles[$Role]) )
return true;
elseif ( isset($this->annotations->roles[ucfirst($Role) ] ) )
The note is not visible to the blocked user.