File:UML generator in PHP.svg

Original file (SVG file, nominally 298 × 506 pixels, file size: 7 KB)

Summary

Description
English: UML class diagram depiction of the inheritance chain of the Generator class in PHP
Date
Source Own work
Author Frap

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Source code

PlantUML source code.

@startuml
interface Iterator implements Traversable {
  current(): mixed
  key(): mixed
  next(): void
  rewind(): void
  valid(): bool
}

class Generator implements Iterator {
  + current(): mixed
  + getReturn(): mixed
  + key(): mixed
  + next(): void
  + rewind(): void
  + send(mixed $value): mixed
  + throw(Throwable $exception): mixed
  + valid(): bool
  + __wakeup(): void
}
@enduml

Captions

UML class diagram depiction of the inheritence chain of the Generator class in PHP

Items portrayed in this file

depicts

10 December 2024

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current16:04, 10 December 2024Thumbnail for version as of 16:04, 10 December 2024298 × 506 (7 KB)FrapUploaded own work with UploadWizard

The following page uses this file:

Metadata