Determines if the release is published.
bool TRUE if the release is published, or FALSE otherwise.
public function isPublished() : bool { return $this->published; }