@startuml set namespaceSeparator \\ !$version ?= 2 !include UserProfileWithAvatar.v1.puml !$textColor = $getTextColor($version, 2) namespace Html { class UserProfileWithAvatar { + {static} AVATAR_INPUT_NAME = 'avatar' {readOnly} - formAction : string + __construct(user : User, formAction : string) } } @enduml