converters[] = $converter; return $this; } /** * Converters in registration order. The dispatcher iterates these and applies * the try-until-success flow (is_supported -> convert -> fallthrough on failure). * * @return Property_Converter[] */ public function all(): array { return $this->converters; } }