Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/PHP-5-5' into PHP-7-2
Browse files Browse the repository at this point in the history
# Conflicts:
#	WellnessLiving/Wl/Promotion/Index/PromotionIndexModel.php
  • Loading branch information
JKolerts committed May 26, 2022
2 parents cb88bff + 2baad29 commit 15ebe97
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion WellnessLiving/Wl/Promotion/Index/PromotionIndexModel.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php

namespace WellnessLiving\Wl\Promotion\Index;

Expand All @@ -13,6 +13,28 @@ class PromotionIndexModel extends WlModelAbstract
* Item list. Every element has keys:
* <dl>
* <dt>
* array <var>a_access</var>
* </dt>
* <dd>
* Information about services, which can be visited with this pass or membership.
* <dl>
* <dt>array[] <var>a_class</var></dt>
* <dd>List of available classes and events. Each element has key k_class, where primary key of the class or event
* can be found.</dd>
* <dt>array[] <var>a_resource</var></dt>
* <dd>List of available assets. Each element has key k_resource, where primary key of the asset can be found.</dd>
* <dt>array[] <var>a_service</var></dt>
* <dd>List of available appointment types. Each element has key k_service, where primary key of the
* appointment type can be found.</dd>
* <dt>bool <var>is_class_all</var></dt>
* <dd>`true` if any class in the business can be visited with this PO. `false` if only selected classes.
* Selected classes can be found in the list of available classes and events.</dd>
* <dt>bool <var>is_event_all</var></dt>
* <dd>`true` if any event in the business can be visited with this PO. `false` if only selected events.
* Selected events can be found in the list of available classes and events.</dd>
* </dl>
* </dd>
* <dt>
* array <var>a_image</var>
* </dt>
* <dd>
Expand Down

0 comments on commit 15ebe97

Please sign in to comment.