super-powers/src/11572d9b-e3d5-4b29-904c-9618d8f2bfd8/README.md
2024-05-26 17:39:49 +02:00

1.5 KiB

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

trait Count (Details)

namespace: VastDevelopmentMethod\Joomla\Abstraction\Registry\Traits

@startuml
class Count << (T,Orange) >> #Turquoise {
  + count(string $path) : int
}

note right of Count::count
  Retrieves number of values (or sub-array) from the storage using multiple keys.

  since: 3.2.0
  return: int
end note
 
@enduml

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

Build with Joomla Component Builder