ShortcodesRegistry
in package

Tags
since
1.0

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
since
1.0

Methods

directLinkBookingDetails()

public directLinkBookingDetails() : BookingDetails
Tags
since
1.15.0
Return values
BookingDetails

getPostShortcodes()

public getPostShortcodes() : array<string|int, AbstractShortcode>
Tags
since
1.2
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
since
1.3
Return values
AbstractShortcode|array<string|int, AbstractShortcode>|null

getShortcodeDetails()

public getShortcodeDetails([mixed $shortcode = '' ]) : array<string|int, mixed>
Parameters
$shortcode : mixed = ''
Tags
since
1.3
Return values
array<string|int, mixed>

getShortcodes()

public getShortcodes() : array<string|int, AbstractShortcode>
Tags
since
1.2
Return values
array<string|int, AbstractShortcode>

All available shortcodes.

registerAll()

public registerAll() : mixed
Tags
since
1.0
Return values
mixed

Search results