jcb-compiler/src/9127e428-5dee-46cb-b3a9-ab5...
Robot 3e3cd1e212
update 2023-10-24 10:36:32
2023-10-24 10:36:39 +02:00
..
README.md update 2023-10-24 10:36:32 2023-10-24 10:36:39 +02:00
code.php update 2023-10-24 10:36:32 2023-10-24 10:36:39 +02:00
code.power update 2023-10-24 10:36:32 2023-10-24 10:36:39 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

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