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

79 lines
2.2 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Modifieddate (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Model**
```uml
@startuml
class Modifieddate #Gold {
# array $last
+ get(array $item) : string
2023-10-24 08:36:39 +00:00
# getDate(array|object $item) : int
# getModified(array|object $item) : int
# getKey(array|object $item) : string
# getKeyFromArray(array $item) : string
# getKeyFromObject(object $item) : string
2023-03-21 22:52:57 +00:00
}
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
2023-10-24 08:36:39 +00:00
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
2023-03-21 22:52:57 +00:00
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)