jcb-compiler/src/9127e428-5dee-46cb-b3a9-ab5.../README.md

2.2 KiB

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

class Modifieddate (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Modifieddate  #Gold {
  # array $last
  + get(array $item) : string
  # getDate(array|object $item) : int
  # getModified(array|object $item) : int
  # getKey(array|object $item) : string
  # getKeyFromArray(array $item) : string
  # getKeyFromObject(object $item) : string
}

note right of Modifieddate::get
  Get the last modified date of an item

  since: 3.2.0
  return: string
end note

note right of Modifieddate::getDate
  Get the last modified date of an item

  since: 3.2.0
  return: int
end note

note right of Modifieddate::getModified
  Get the last modified date of an item's sub items

  since: 3.2.0
  return: int
end note

note right of Modifieddate::getKey
  Get the key for an item

  since: 3.2.0
  return: string
end note

note right of Modifieddate::getKeyFromArray
  Get the key for an item (array)

  since: 3.2.0
  return: string
end note

note right of Modifieddate::getKeyFromObject
  Get the key for an item (object)

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder