gitea/src/553b8fc5-46cc-49b7-95ce-992...
Robot 12042ffd4d
update 2024-04-07 13:20:18
2024-04-07 13:20:22 +02:00
..
README.md update 2023-10-10 10:16:07 2023-10-10 11:39:23 +02:00
code.php first commit 2023-04-15 17:08:07 +02:00
code.power first commit 2023-04-15 17:08:07 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:22 +02:00

README.md

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

class Settings (Details)

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

@startuml
class Settings  #Gold {
  + get() : ?object
  + update(?string $description = null, ?string $diffViewStyle = null, ...) : ?array
}

note right of Settings::get
  Get user settings for the authenticated user.

  since: 3.2.0
  return: ?object
end note

note right of Settings::update
  Update user settings for the authenticated user.

  since: 3.2.0
  return: ?array
  
  arguments:
    ?string $description = null
    ?string $diffViewStyle = null
    ?string $fullName = null
    ?bool $hideActivity = null
    ?bool $hideEmail = null
    ?string $language = null
    ?string $location = null
    ?string $theme = null
    ?string $website = null
end note
 
@enduml

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

Build with Joomla Component Builder