ProCache Static Entry
An individual page entry in the ProCache static cache. This is an object type returned by many ProCacheStatic methods.
Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the Pro class also inherits all the methods and properties of: WireData and Wire.
Common
Properties
| Name | Return | Summary | |
|---|---|---|---|
| Pro | int | Unix timestamp of created date/time | |
| Pro | string | Keywords for this entry | |
| Pro | Language null | Language object used by Page that entry is for | |
| Pro | int | Alias of $language_id property | |
| Pro | int | Language ID that entry is for | |
| Pro | Page NullPage | Page object that entry is for | |
| Pro | int | Pagination number that entry is for | |
| Pro | int | Page ID that entry is for | |
| Pro | Page NullPage | Parent page object that entry is for | |
| Pro | int | Alias of $parent_id property | |
| Pro | int | Parent page ID that entry is for | |
| Pro | array | All parent IDs for entry | |
| Pro | string | Path to static entry | |
| Pro | Template null | Template object used by Page that entry is for | |
| Pro | int | Alias of $templates_id property | |
| Pro | int | Template ID that entry is for | |
| Pro | array | URL segments that are part of the entry URL |
Additional methods and properties
In addition to the methods and properties above, Pro
API reference based on ProcessWire core version 3.0.252