status = $status; } /** * Get the post status. * * @since 0.9 * @return Status */ public function get_status() { return $this->status; } }