ShortcodesRegistry
in package
Tags
Table of Contents
- $shortcodes : array<string|int, AbstractShortcode>
- appointmentForm() : AppointmentFormShortcode
- directLinkBookingCancellationLink() : BookingCancellationLink
- directLinkBookingDetails() : BookingDetails
- employeeAdditionalInfo() : EmployeeAdditionalInfoShortcode
- employeeContacts() : EmployeeContactsShortcode
- employeeContent() : EmployeeContentShortcode
- employeeImage() : EmployeeImageShortcode
- employeeSchedule() : EmployeeScheduleShortcode
- employeeServiceList() : EmployeeServicesListShortcode
- employeesList() : EmployeesListShortcode
- employeeSocialNetworks() : EmployeeSocialNetworksShortcode
- employeeTitle() : EmployeeTitleShortcode
- getDirectLinkActionShortcodes() : array<string|int, AbstractDirectLinkEntityShortcode>
- getPostShortcodes() : array<string|int, AbstractShortcode>
- getShortcodeByName() : AbstractShortcode|array<string|int, AbstractShortcode>|null
- getShortcodeDetails() : array<string|int, mixed>
- getShortcodes() : array<string|int, AbstractShortcode>
- locationsList() : LocationsListShortcode
- registerAll() : mixed
- serviceCategories() : ServiceCategoriesShortcode
- servicesList() : ServicesListShortcode
Properties
$shortcodes
protected
array<string|int, AbstractShortcode>
$shortcodes
= []
Tags
Methods
appointmentForm()
public
appointmentForm() : AppointmentFormShortcode
Tags
Return values
AppointmentFormShortcode —directLinkBookingCancellationLink()
public
directLinkBookingCancellationLink() : BookingCancellationLink
Tags
Return values
BookingCancellationLink —directLinkBookingDetails()
public
directLinkBookingDetails() : BookingDetails
Tags
Return values
BookingDetails —employeeAdditionalInfo()
public
employeeAdditionalInfo() : EmployeeAdditionalInfoShortcode
Tags
Return values
EmployeeAdditionalInfoShortcode —employeeContacts()
public
employeeContacts() : EmployeeContactsShortcode
Tags
Return values
EmployeeContactsShortcode —employeeContent()
public
employeeContent() : EmployeeContentShortcode
Tags
Return values
EmployeeContentShortcode —employeeImage()
public
employeeImage() : EmployeeImageShortcode
Tags
Return values
EmployeeImageShortcode —employeeSchedule()
public
employeeSchedule() : EmployeeScheduleShortcode
Tags
Return values
EmployeeScheduleShortcode —employeeServiceList()
public
employeeServiceList() : EmployeeServicesListShortcode
Tags
Return values
EmployeeServicesListShortcode —employeesList()
public
employeesList() : EmployeesListShortcode
Tags
Return values
EmployeesListShortcode —employeeSocialNetworks()
public
employeeSocialNetworks() : EmployeeSocialNetworksShortcode
Tags
Return values
EmployeeSocialNetworksShortcode —employeeTitle()
public
employeeTitle() : EmployeeTitleShortcode
Tags
Return values
EmployeeTitleShortcode —getDirectLinkActionShortcodes()
public
getDirectLinkActionShortcodes() : array<string|int, AbstractDirectLinkEntityShortcode>
Return values
array<string|int, AbstractDirectLinkEntityShortcode> —getPostShortcodes()
public
getPostShortcodes() : array<string|int, AbstractShortcode>
Tags
Return values
array<string|int, AbstractShortcode> —Shortcodes that have their Edit Shortcode Page.
getShortcodeByName()
public
getShortcodeByName(string|array<string|int, string> $shortcode) : AbstractShortcode|array<string|int, AbstractShortcode>|null
Parameters
- $shortcode : string|array<string|int, string>
-
One or more names.
Tags
Return values
AbstractShortcode|array<string|int, AbstractShortcode>|null —getShortcodeDetails()
public
getShortcodeDetails([mixed $shortcode = '' ]) : array<string|int, mixed>
Parameters
- $shortcode : mixed = ''
Tags
Return values
array<string|int, mixed> —getShortcodes()
public
getShortcodes() : array<string|int, AbstractShortcode>
Tags
Return values
array<string|int, AbstractShortcode> —All available shortcodes.
locationsList()
public
locationsList() : LocationsListShortcode
Tags
Return values
LocationsListShortcode —registerAll()
public
registerAll() : mixed
Tags
Return values
mixed —serviceCategories()
public
serviceCategories() : ServiceCategoriesShortcode
Tags
Return values
ServiceCategoriesShortcode —servicesList()
public
servicesList() : ServicesListShortcode