\pm_Hook_PlanItems

Hook for additional plan items

Summary

Methods
Properties
Constants
getPlanItems()
isExclusive()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A

Methods

getPlanItems()

getPlanItems() : array

Retrieve the list of plan items

[
    'unique_plan_item_id' => 'Plan item name'
    ...
]

Returns

array

isExclusive()

isExclusive() : boolean

Specify whether plan items are exclusive (dropdown is used) or non-exclusive (checkboxes are used)

Returns

boolean