|  |  | --- | 
|  |  | title: version ^0 | 
|  |  | --- | 
|  |  | # Diagramma delle classi | 
|  |  |  | 
|  |  | Diagramma delle classi realizzato tramite l'immagine [`docker`](https://hub.docker.com/r/smeghead7/php-class-diagram) di [`php-class-diagram`](https://github.com/smeghead/php-class-diagram) rediretto in [`plantuml`](https://plantuml.com/) tramite comando: | 
|  |  |  | 
|  |  | ```sh | 
|  |  | docker run --rm \ | 
|  |  | -v $(pwd):/usr/src \ | 
|  |  | -w /usr/src \ | 
|  |  | smeghead7/php-class-diagram bash \ | 
|  |  | -c 'php-class-diagram src/ | plantuml -pipe -tpng > class-diagram.png' | 
|  |  | ``` | 
|  |  |  | 
|  |  |  | 
|  |  | \ No newline at end of file |