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

1.9 KiB

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

class Modifieddate (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Modifieddate  #Gold {
  # array $last
  + get(array $item) : string
  # getDate(array $item) : int
  # getModified(array $item) : int
  # getKey(array $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
 
@enduml

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

Build with Joomla Component Builder