super-powers/src/0a59c65c-9daf-4bc9-baf4-e06.../README.md

1.7 KiB

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

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