super-powers/src/52a1d14f-304a-431c-8fa4-411...
Robot 2125425324
update 2024-04-07 13:20:18
2024-04-07 13:20:46 +02:00
..
README.md update 2023-10-10 10:16:07 2023-10-10 11:39:09 +02:00
code.php update 2023-10-10 10:16:07 2023-10-10 11:39:09 +02:00
code.power update 2023-10-04 18:35:53 2023-10-04 20:23:30 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:46 +02:00

README.md

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

trait VarExport (Details)

namespace: VDM\Joomla\Abstraction\Registry\Traits

@startuml
class VarExport << (T,Orange) >> #Turquoise {
  # int $indent
  + varExport(?string $path = null, int $indentation = 2) : ?string
  # convertIndent(array $matches) : string
}

note right of VarExport::varExport
  Method to export a set of values to a PHP array

  since: 3.4.0
  return: ?string
end note

note right of VarExport::convertIndent
  Method to convert found of grouped spaces to system indentation

  since: 3.4.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder