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