status = $status; return $reply; } /** * Set a property on this reply * @chainable */ public static function set($key, $value) { $this->$key = $value; return $this; } }