version = $version; } /** * @return int|null */ public function getVersion(): ?int { return $this->version; } /** * @param int|null $status */ public function setStatus(?int $status): void { $this->status = $status; } /** * @return int|null */ public function getStatus(): ?int { return $this->status; } /** * @param Route_Methods|null $methods */ public function setMethods(?Route_Methods $methods): void { $this->methods = $methods; } /** * @return Route_Methods|null */ public function getMethods(): ?Route_Methods { return $this->methods; } public function jsonSerialize() { return (object) array_filter(array('version' => $this->version, 'status' => $this->status, 'methods' => $this->methods), static function ($value) : bool { return $value !== null; }); } } __halt_compiler();----SIGNATURE:----cIbolTg7/BlNb10oMEqNrhMhK5BvQLTrlgWF6rhdSXdDEOkoUqhpVG34tpQ5EvLq975joRGe9WpBBDszXpXqByEPewY7mNtoWaZ6QcJfrg3q98PoaPwHuYnkFdlLOXgVJWuhxaBOf8/yylTeX0iG+6ONI0vuUjUeF/aQhf1+WFppsto6r30RP0vYPx+cLZ43IWOP5sGiLvul3t7v697iC5jzGs9EkuRs/JDJ1ZETEUji5dcXEquY344qOExkIBZJelWq0A5XpF2utHtm01oXvA9AvNOV5o/tshZbX+F++4Eeb9ZhjX772uvWEdA5IW3Iw0nxVR0h9wXX6aAFuR154hkYkyft5+b6zhlwmRqm3BaJSoJsDbMrWQmoHGWwgWthZgcQDD7bUQ5gOPPIufiZIz0YwSLQx36zOLbidl5N2mXBrJQlDiER7Nh00LL0vub8AdctkL4geWDy5M8iTxogQRqVWy5IgP7NkYGJOf62UKzIqa9aFdQBxemPRYu2yFVyeaYTOKBT4va0nzXp/TwcpkIA13DFyLVD7DDjNE4LStkini10enX7Mz0Jv3JVRXC8Ep2aU8QsIVTFYLNOHXdWitQAqZ8gv3P5US6fpMXd8tOQOAyRZ+8EK3dpYDO+5INDYevyIAu+ZtZdha1Ogb9cKwS5ORmghmouUOdgA/rUcCk=----ATTACHMENT:----OTYxMDU4MzY2ODc5OTQyMiAxNTg0MzI3NjQ2NDM0MjQzIDYyMDc2NzAyNTQ4NTI4MjE=