public function patch($pattern, $action) { self::$rules[self::REQUEST_METHOD_PATCH . self::patternFactory($pattern)] = $action; return $this; }