gitea/src/af4b8b77-d773-42a7-9f54-19d.../README.md

1.7 KiB

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Emails (Details)

namespace: VDM\Joomla\Gitea\User extends: Api

@startuml
class Emails  #Gold {
  + list() : ?array
  + add(array $emails) : ?array
  + delete(array $emails) : string
}

note right of Emails::list
  List the authenticated user's email addresses.

  since: 3.2.0
  return: ?array
end note

note right of Emails::add
  Add email addresses for the authenticated user.

  since: 3.2.0
  return: ?array
end note

note right of Emails::delete
  Delete email addresses for the authenticated user.

  since: 3.2.0
  return: string
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder