super-powers/src/0a59c65c-9daf-4bc9-baf4-e06...
Robot 84ef5ae035
update 2024-05-02 16:26:28
2024-05-02 16:26:40 +02:00
..
README.md update 2024-05-02 16:26:28 2024-05-02 16:26:40 +02:00
code.php update 2024-05-02 16:26:28 2024-05-02 16:26:40 +02:00
code.power update 2024-05-02 16:26:28 2024-05-02 16:26:40 +02:00
settings.json update 2024-05-02 16:26:28 2024-05-02 16:26:40 +02:00

README.md

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

abstract class ArrayHelper (Details)

namespace: VDM\Joomla\Utilities

@startuml
abstract ArrayHelper  #Orange {
  + {static} check($array, $removeEmptyString = false)
  + {static} merge($arrays) : ?array
  + {static} intersect($a_array, $b_array) : bool
}

note right of ArrayHelper::check
  Check if have an array with a length

  since: 3.2.0
end note

note right of ArrayHelper::merge
  Merge an array of array's

  since: 3.0.9
  return: ?array
end note

note right of ArrayHelper::intersect
  Check if arrays intersect

  since: 3.1.1
  return: bool
end note
 
@enduml

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

Build with Joomla Component Builder