| Method | Description | Returns |
|---|---|---|
| getFullSlug() | string | |
| getFullPath() | string | |
| getOriginalPath() | string | |
| getFullUrl() | Get the full url for a web event to be called as a web hook | string |
| getId() | int | |
| getSlug() | string | |
| getMethods() | array | |
| isAuthenticationRequired() | bool | |
| getCreated() | Date the record was created. | DateTime |
| getModified() | Last modification date for the record. | DateTime |
| getLastUsed() | DateTime | |
| getHook() | Hook | |
| isNewRecord() | Check if the record is a new record | bool |
| isHierarchicalModel() | Check whether a model is a hierarchical model, i.e. can have children | bool |
| isVersionedModel() | Check whether a model is versioned | bool |
Hooks\Models\Backend\WebEvent
WebEvent