gitea/src/f6249c33-b4bd-4598-8710-0ca...
Robot dbacfea0b1
update 2024-05-02 16:26:28
2024-05-02 16:26:32 +02:00
..
README.md update 2024-05-02 16:26:28 2024-05-02 16:26:32 +02:00
code.php update 2024-05-02 16:26:28 2024-05-02 16:26:32 +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 Mirror (Details)

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

@startuml
class Mirror  #Gold {
  + sync(string $owner, string $repo) : string
}

note right of Mirror::sync
  Sync a mirrored repository.

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder