Returns whether this member is public.
public function isPublic(object|string $objectOrClassName) : bool { return $this->getReflectionMember($objectOrClassName) ->isPublic(); }