pm_Hook_PlanItems
in package
implements
pm_Hook_Interface
Hook for additional plan items
Tags
Interfaces, Classes and Traits
- pm_Hook_Interface
- Generic interface for hooks
Table of Contents
- getPlanItems() : array<string|int, mixed>
- Retrieve the list of plan items
- isExclusive() : bool
- Specify whether plan items are exclusive (dropdown is used) or non-exclusive (checkboxes are used)
Methods
getPlanItems()
Retrieve the list of plan items
public
abstract getPlanItems() : array<string|int, mixed>
[
'unique_plan_item_id' => 'Plan item name'
...
]
Return values
array<string|int, mixed> —isExclusive()
Specify whether plan items are exclusive (dropdown is used) or non-exclusive (checkboxes are used)
public
isExclusive() : bool