excerpt !== null; } /** * Set the optional product excerpt. * * @since 0.8 * @return null|Excerpt */ public function get_excerpt() { return $this->excerpt; } /** * Set the optional product excerpt. * * @since 0.8 * @param null|Excerpt $excerpt */ public function set_excerpt(Excerpt $excerpt = null) { $this->excerpt = $excerpt; } }