Completed
Branch BUG/addon-loader-namespace (ddc29b)
by
unknown
07:00 queued 04:58
created
admin_pages/messages/help_tabs/messages_overview_types.help_tab.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@  discard block
 block discarded – undo
1 1
 <p><strong><?php esc_html_e('Message Types', 'event_espresso'); ?></strong></p>
2 2
 <p>
3 3
     <?php
4
-    printf(
5
-        esc_html__(
6
-            'Messages are email notifications that are sent out by Event Espresso. Message Types are the %1$skinds%2$s of messages that get delivered.  They can be thought of as the "type" of package that is being delivered by the messenger. For example, Event Espresso comes with two Message Types attached to the Email Messenger:',
7
-            'event_espresso'
8
-        ),
9
-        '<em>',
10
-        '</em>'
11
-    );
12
-    ?>
4
+	printf(
5
+		esc_html__(
6
+			'Messages are email notifications that are sent out by Event Espresso. Message Types are the %1$skinds%2$s of messages that get delivered.  They can be thought of as the "type" of package that is being delivered by the messenger. For example, Event Espresso comes with two Message Types attached to the Email Messenger:',
7
+			'event_espresso'
8
+		),
9
+		'<em>',
10
+		'</em>'
11
+	);
12
+	?>
13 13
 </p>
14 14
 <ul>
15 15
     <li>
@@ -24,20 +24,20 @@  discard block
 block discarded – undo
24 24
 <p><strong><?php esc_html_e('Contexts', 'event_espresso'); ?></strong></p>
25 25
 <p>
26 26
     <?php esc_html_e(
27
-        'Each Message Type (kind of message) has different contexts. Contexts are dynamic and typically represent recipients (individuals receiving email notifications). For example, when the Registration Confirmation message type is triggered, it will send out a message to the following recipients: Event Administrator, Primary Registrant, and Additional Registrants. On the other hand, the Payment Message Type has only two recipients: Event Administrator and Primary Registrant.',
28
-        'event_espresso'
29
-    ); ?>
27
+		'Each Message Type (kind of message) has different contexts. Contexts are dynamic and typically represent recipients (individuals receiving email notifications). For example, when the Registration Confirmation message type is triggered, it will send out a message to the following recipients: Event Administrator, Primary Registrant, and Additional Registrants. On the other hand, the Payment Message Type has only two recipients: Event Administrator and Primary Registrant.',
28
+		'event_espresso'
29
+	); ?>
30 30
 </p>
31 31
 <p>
32 32
     <?php esc_html_e(
33
-        'A message context can be deactivated by removing a recipient from the "TO" field. This will set the field to blank and you can save changes. Deactivated message contexts will appear in grey when viewed in the Messages Overview tab. To re-activate a message context, go to that message context and setup a recipient (using one of the available shortcodes) and save changes. This will reactivate the message context and it will appear as blue in the Messages Overview tab.',
34
-        'event_espresso'
35
-    ); ?>
33
+		'A message context can be deactivated by removing a recipient from the "TO" field. This will set the field to blank and you can save changes. Deactivated message contexts will appear in grey when viewed in the Messages Overview tab. To re-activate a message context, go to that message context and setup a recipient (using one of the available shortcodes) and save changes. This will reactivate the message context and it will appear as blue in the Messages Overview tab.',
34
+		'event_espresso'
35
+	); ?>
36 36
 </p>
37 37
 <p><strong><?php esc_html_e('Activation / Deactivation of Message Types', 'event_espresso'); ?></strong></p>
38 38
 <p>
39 39
     <?php esc_html_e(
40
-        'When a new install of Event Espresso is activated, all message types will be activated except for those for Cancelled and Declined registrations. The message types for Cancelled and Declined registrations can be easily activated through the Settings tab for Messages. Deactivating and re-activating Event Espresso will keep the current settings saved.',
41
-        'event_espresso'
42
-    ); ?>
40
+		'When a new install of Event Espresso is activated, all message types will be activated except for those for Cancelled and Declined registrations. The message types for Cancelled and Declined registrations can be easily activated through the Settings tab for Messages. Deactivating and re-activating Event Espresso will keep the current settings saved.',
41
+		'event_espresso'
42
+	); ?>
43 43
 </p>
Please login to merge, or discard this patch.
admin_pages/payments/help_tabs/payment_methods_overview.help_tab.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
                 'The URL of the button image for this payment method in the registration process. You may use any uploaded image on your website (click %s next to the field to select). If left blank, the default button image will be used.',
54 54
                 'event_espresso'
55 55
             ),
56
-            '<img src="' . admin_url('images/media-button-image.gif') . '">'
56
+            '<img src="'.admin_url('images/media-button-image.gif').'">'
57 57
         );
58 58
         ?>
59 59
     </li>
Please login to merge, or discard this patch.
Indentation   +40 added lines, -40 removed lines patch added patch discarded remove patch
@@ -12,62 +12,62 @@  discard block
 block discarded – undo
12 12
         <strong><?php esc_html_e('Name', 'event_espresso'); ?></strong>
13 13
         <br>
14 14
         <?php esc_html_e(
15
-            'The name of the payment method as customers see it in the registration form, in emails, in receipts, etc.',
16
-            'event_espresso'
17
-        ); ?>
15
+			'The name of the payment method as customers see it in the registration form, in emails, in receipts, etc.',
16
+			'event_espresso'
17
+		); ?>
18 18
     </li>
19 19
     <li>
20 20
         <strong><?php esc_html_e('Description', 'event_espresso'); ?></strong>
21 21
         <br />
22 22
         <?php esc_html_e(
23
-            'The description of how to use the payment method as customers will see it. This is mostly only seen during registration.',
24
-            'event_espresso'
25
-        ); ?>
23
+			'The description of how to use the payment method as customers will see it. This is mostly only seen during registration.',
24
+			'event_espresso'
25
+		); ?>
26 26
     </li>
27 27
     <li>
28 28
         <strong><?php esc_html_e('Admin-Only Name', 'event_espresso'); ?></strong>
29 29
         <br />
30 30
         <?php esc_html_e(
31
-            'The name of the payment method as seen internally by site administrators and staff.',
32
-            'event_espresso'
33
-        ); ?>
31
+			'The name of the payment method as seen internally by site administrators and staff.',
32
+			'event_espresso'
33
+		); ?>
34 34
     </li>
35 35
     <li>
36 36
         <strong><?php esc_html_e('Admin-Only Description', 'event_espresso'); ?></strong>
37 37
         <br />
38 38
         <?php esc_html_e(
39
-            'The description of the payment method as seen internally by site administrators and staff.',
40
-            'event_espresso'
41
-        ); ?>
39
+			'The description of the payment method as seen internally by site administrators and staff.',
40
+			'event_espresso'
41
+		); ?>
42 42
     </li>
43 43
     <li>
44 44
         <strong><?php esc_html_e('Debug (sandbox) Mode', 'event_espresso'); ?></strong>
45 45
         <br />
46 46
         <?php esc_html_e(
47
-            'Many payment methods have a debug/sandbox mode where payments are not processed but are only simulated. This is helpful when setup and debugging.',
48
-            'event_espresso'
49
-        ); ?>
47
+			'Many payment methods have a debug/sandbox mode where payments are not processed but are only simulated. This is helpful when setup and debugging.',
48
+			'event_espresso'
49
+		); ?>
50 50
     </li>
51 51
     <li>
52 52
         <strong><?php esc_html_e('Open by Default', 'event_espresso'); ?></strong>
53 53
         <br />
54 54
         <?php esc_html_e(
55
-            'If checked, this payment method will be selected by default (assuming no other valid payment methods are also marked as open by default.)',
56
-            'event_espresso'
57
-        ); ?>
55
+			'If checked, this payment method will be selected by default (assuming no other valid payment methods are also marked as open by default.)',
56
+			'event_espresso'
57
+		); ?>
58 58
     </li>
59 59
     <li>
60 60
         <strong><?php esc_html_e('Button URL', 'event_espresso'); ?></strong>
61 61
         <br />
62 62
         <?php
63
-        printf(
64
-            esc_html__(
65
-                'The URL of the button image for this payment method in the registration process. You may use any uploaded image on your website (click %s next to the field to select). If left blank, the default button image will be used.',
66
-                'event_espresso'
67
-            ),
68
-            '<img src="' . admin_url('images/media-button-image.gif') . '">'
69
-        );
70
-        ?>
63
+		printf(
64
+			esc_html__(
65
+				'The URL of the button image for this payment method in the registration process. You may use any uploaded image on your website (click %s next to the field to select). If left blank, the default button image will be used.',
66
+				'event_espresso'
67
+			),
68
+			'<img src="' . admin_url('images/media-button-image.gif') . '">'
69
+		);
70
+		?>
71 71
     </li>
72 72
     <li><strong><?php esc_html_e('Usable From', 'event_espresso'); ?></strong>
73 73
         <br />
@@ -75,15 +75,15 @@  discard block
 block discarded – undo
75 75
         <ul>
76 76
             <li>
77 77
                 <?php esc_html_e(
78
-                    'Front-end Registration Page: the payment method will appear as an option during the normal registration process to customers and they can use it to process payments.',
79
-                    'event_espresso'
80
-                ); ?>
78
+					'Front-end Registration Page: the payment method will appear as an option during the normal registration process to customers and they can use it to process payments.',
79
+					'event_espresso'
80
+				); ?>
81 81
             </li>
82 82
             <li>
83 83
                 <?php esc_html_e(
84
-                    'Admin Registration Page: when recording payments made from the transaction admin page, the payment method will appear as an option. Note: currently payments can only be RECORDED from the admin, they cannot be PROCESSED.',
85
-                    'event_espresso'
86
-                ); ?>
84
+					'Admin Registration Page: when recording payments made from the transaction admin page, the payment method will appear as an option. Note: currently payments can only be RECORDED from the admin, they cannot be PROCESSED.',
85
+					'event_espresso'
86
+				); ?>
87 87
             </li>
88 88
         </ul>
89 89
     </li>
@@ -91,17 +91,17 @@  discard block
 block discarded – undo
91 91
 <strong><?php esc_html_e('Recommendations', 'event_espresso'); ?></strong>
92 92
 <br />
93 93
 <?php printf(
94
-    esc_html__(
95
-        'Want to see a tour of this screen? Click on the Payment Methods Overview Tour button which appears on the right side of the page. %1$sTo learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.',
96
-        'event_espresso'
97
-    ),
98
-    '<br />'
94
+	esc_html__(
95
+		'Want to see a tour of this screen? Click on the Payment Methods Overview Tour button which appears on the right side of the page. %1$sTo learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.',
96
+		'event_espresso'
97
+	),
98
+	'<br />'
99 99
 ); ?>
100 100
 <p>
101 101
     <strong><?php esc_html_e('Screen Options', 'event_espresso'); ?></strong>
102 102
     <br />
103 103
     <?php esc_html_e(
104
-        'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.',
105
-        'event_espresso'
106
-    ); ?>
104
+		'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.',
105
+		'event_espresso'
106
+	); ?>
107 107
 </p>
108 108
\ No newline at end of file
Please login to merge, or discard this patch.
pricing/templates/event_tickets_datetime_attached_tickets_row.template.php 1 patch
Indentation   +26 added lines, -26 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@  discard block
 block discarded – undo
8 8
                           placeholder="Datetime Description (optional)"><?php echo $DTT_description; ?></textarea>
9 9
             </div>
10 10
             <?php do_action(
11
-                'AHEE__event_tickets_datetime_attached_tickets_row_template__advanced_details_after_dtt_description',
12
-                $dtt_row,
13
-                $DTT_ID
14
-            ); ?>
11
+				'AHEE__event_tickets_datetime_attached_tickets_row_template__advanced_details_after_dtt_description',
12
+				$dtt_row,
13
+				$DTT_ID
14
+			); ?>
15 15
             <h4 class="datetime-tickets-heading"><?php esc_html_e('Assigned Tickets', 'event_espresso'); ?></h4>
16 16
 
17 17
             <ul class="datetime-tickets-list">
@@ -21,28 +21,28 @@  discard block
 block discarded – undo
21 21
 
22 22
             <div class="add-datetime-ticket-container">
23 23
                 <h4 class="datetime-tickets-heading"><?php
24
-                    esc_html_e(
25
-                        'Add New Ticket',
26
-                        'event_espresso'
27
-                    ); ?></h4><?php echo $add_new_datetime_ticket_help_link; ?><br>
24
+					esc_html_e(
25
+						'Add New Ticket',
26
+						'event_espresso'
27
+					); ?></h4><?php echo $add_new_datetime_ticket_help_link; ?><br>
28 28
                 <table class="add-new-ticket-table">
29 29
                     <thead>
30 30
                     <tr valign="top">
31 31
                         <td><span class="ANT_TKT_name_label"><?php
32
-                                esc_html_e(
33
-                                    'Ticket Name',
34
-                                    'event_espresso'
35
-                                ); ?></span></td>
32
+								esc_html_e(
33
+									'Ticket Name',
34
+									'event_espresso'
35
+								); ?></span></td>
36 36
                         <td><span class="ANT_TKT_goes_on_sale_label"><?php
37
-                                esc_html_e(
38
-                                    'Sale Starts',
39
-                                    'event_espresso'
40
-                                ); ?></span></td>
37
+								esc_html_e(
38
+									'Sale Starts',
39
+									'event_espresso'
40
+								); ?></span></td>
41 41
                         <td><span class="ANT_TKT_sell_until_label"><?php
42
-                                esc_html_e(
43
-                                    'Sell Until',
44
-                                    'event_espresso'
45
-                                ); ?></span></td>
42
+								esc_html_e(
43
+									'Sell Until',
44
+									'event_espresso'
45
+								); ?></span></td>
46 46
                         <td><span class="ANT_TKT_price_label"><?php esc_html_e('Price', 'event_espresso'); ?></span>
47 47
                         </td>
48 48
                         <td><span class="ANT_TKT_qty_label"><?php esc_html_e('Qty', 'event_espresso'); ?></span></td>
@@ -92,12 +92,12 @@  discard block
 block discarded – undo
92 92
                 <div class="ee-editor-footer-container">
93 93
                     <div class="ee-editor-id-container">
94 94
                         <span class="ee-item-id"><?php
95
-                            echo $DTT_ID
96
-                                ? sprintf(
97
-                                    esc_html__('Datetime ID: %d', 'event_espresso'),
98
-                                    $DTT_ID
99
-                                )
100
-                                : ''; ?></span>
95
+							echo $DTT_ID
96
+								? sprintf(
97
+									esc_html__('Datetime ID: %d', 'event_espresso'),
98
+									$DTT_ID
99
+								)
100
+								: ''; ?></span>
101 101
                     </div>
102 102
                     <div class="save-cancel-button-container">
103 103
                         <button data-context="short-ticket" data-datetime-row="<?php echo $dtt_row; ?>"
Please login to merge, or discard this patch.
core/libraries/shortcodes/EE_Datetime_List_Shortcodes.lib.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     private function _get_datetimes_from_event(EE_Event $event)
169 169
     {
170 170
         return isset($this->_extra_data['data']->events)
171
-            ? $this->_extra_data['data']->events[ $event->ID() ]['dtt_objs']
171
+            ? $this->_extra_data['data']->events[$event->ID()]['dtt_objs']
172 172
             : [];
173 173
     }
174 174
 
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
     private function _get_datetimes_from_ticket(EE_Ticket $ticket)
183 183
     {
184 184
         return isset($this->_extra_data['data']->tickets)
185
-            ? $this->_extra_data['data']->tickets[ $ticket->ID() ]['dtt_objs']
185
+            ? $this->_extra_data['data']->tickets[$ticket->ID()]['dtt_objs']
186 186
             : [];
187 187
     }
188 188
 }
Please login to merge, or discard this patch.
Indentation   +164 added lines, -164 removed lines patch added patch discarded remove patch
@@ -20,168 +20,168 @@
 block discarded – undo
20 20
 {
21 21
 
22 22
 
23
-    protected function _init_props()
24
-    {
25
-        $this->label       = esc_html__('Datetime List Shortcodes', 'event_espresso');
26
-        $this->description = esc_html__('All shortcodes specific to datetime lists', 'event_espresso');
27
-        $this->_shortcodes = [
28
-            '[DATETIME_LIST]' => esc_html__(
29
-                'Will output a list of datetimes according to the layout specified in the datetime list field.',
30
-                'event_espresso'
31
-            ),
32
-        ];
33
-    }
34
-
35
-
36
-    /**
37
-     * @throws EE_Error
38
-     * @throws ReflectionException
39
-     */
40
-    protected function _parser($shortcode)
41
-    {
42
-        switch ($shortcode) {
43
-            case '[DATETIME_LIST]':
44
-                return $this->_get_datetime_list();
45
-        }
46
-        return '';
47
-    }
48
-
49
-
50
-    /**
51
-     * figure out what the incoming data is and then return the appropriate parsed value.
52
-     *
53
-     * @return string
54
-     * @throws EE_Error
55
-     * @throws EE_Error
56
-     * @throws ReflectionException
57
-     */
58
-    private function _get_datetime_list()
59
-    {
60
-        $this->_validate_list_requirements();
61
-
62
-        if ($this->_data['data'] instanceof EE_Ticket) {
63
-            return $this->_get_datetime_list_for_ticket();
64
-        }
65
-        if ($this->_data['data'] instanceof EE_Event) {
66
-            return $this->_get_datetime_list_for_event();
67
-        }
68
-        if (
69
-            $this->_data['data'] instanceof EE_Messages_Addressee
70
-            && $this->_data['data']->reg_obj instanceof EE_Registration
71
-        ) {
72
-            return $this->_get_datetime_list_for_registration();
73
-        }
74
-        // prevent recursive loop
75
-        return '';
76
-    }
77
-
78
-
79
-    /**
80
-     * return parsed list of datetimes for an event
81
-     *
82
-     * @return string
83
-     * @throws EE_Error
84
-     * @throws ReflectionException
85
-     */
86
-    private function _get_datetime_list_for_event()
87
-    {
88
-        $event            = $this->_data['data'];
89
-        $valid_shortcodes = ['datetime', 'attendee'];
90
-        $template         = is_array($this->_data['template']) && isset($this->_data['template']['datetime_list'])
91
-            ? $this->_data['template']['datetime_list']
92
-            : $this->_extra_data['template']['datetime_list'];
93
-
94
-        // here we're setting up the datetimes for the datetime list template for THIS event.
95
-        $dtt_parsed = '';
96
-        $datetimes  = $this->_get_datetimes_from_event($event);
97
-
98
-        // each datetime in this case should be an datetime object.
99
-        foreach ($datetimes as $datetime) {
100
-            $dtt_parsed .= $this->_shortcode_helper->parse_datetime_list_template(
101
-                $template,
102
-                $datetime,
103
-                $valid_shortcodes,
104
-                $this->_extra_data
105
-            );
106
-        }
107
-
108
-        return $dtt_parsed;
109
-    }
110
-
111
-
112
-    /**
113
-     * return parsed list of datetimes for an ticket
114
-     *
115
-     * @return string
116
-     * @throws EE_Error
117
-     */
118
-    private function _get_datetime_list_for_ticket()
119
-    {
120
-        $valid_shortcodes = ['datetime', 'attendee'];
121
-
122
-        $template = is_array($this->_data['template']) && isset($this->_data['template']['datetime_list'])
123
-            ? $this->_data['template']['datetime_list']
124
-            : $this->_extra_data['template']['datetime_list'];
125
-        $ticket   = $this->_data['data'];
126
-
127
-        // here we're setting up the datetimes for the datetime list template for THIS ticket.
128
-        $dtt_parsed = '';
129
-        $datetimes  = $this->_get_datetimes_from_ticket($ticket);
130
-
131
-        // each datetime in this case should be an datetime object.
132
-        foreach ($datetimes as $datetime) {
133
-            $dtt_parsed .= $this->_shortcode_helper->parse_datetime_list_template(
134
-                $template,
135
-                $datetime,
136
-                $valid_shortcodes,
137
-                $this->_extra_data
138
-            );
139
-        }
140
-
141
-        return $dtt_parsed;
142
-    }
143
-
144
-
145
-    /**
146
-     * return parsed list of datetimes from a given registration.
147
-     *
148
-     * @return string
149
-     * @throws EE_Error
150
-     * @throws EE_Error
151
-     */
152
-    private function _get_datetime_list_for_registration()
153
-    {
154
-        $registration = $this->_data['data']->reg_obj;
155
-
156
-        // now let's just get the ticket, set $this->_data['data'] to the ticket and then call _get_datetime_list_for__ticket();
157
-        $this->_data['data'] = $registration->ticket();
158
-        return $this->_get_datetime_list_for_ticket();
159
-    }
160
-
161
-
162
-    /**
163
-     * @param EE_Event $event
164
-     * @return array|mixed
165
-     * @throws EE_Error
166
-     * @throws ReflectionException
167
-     */
168
-    private function _get_datetimes_from_event(EE_Event $event)
169
-    {
170
-        return isset($this->_extra_data['data']->events)
171
-            ? $this->_extra_data['data']->events[ $event->ID() ]['dtt_objs']
172
-            : [];
173
-    }
174
-
175
-
176
-    /**
177
-     * @param EE_Ticket $ticket
178
-     * @return array|mixed
179
-     * @throws EE_Error
180
-     */
181
-    private function _get_datetimes_from_ticket(EE_Ticket $ticket)
182
-    {
183
-        return isset($this->_extra_data['data']->tickets)
184
-            ? $this->_extra_data['data']->tickets[ $ticket->ID() ]['dtt_objs']
185
-            : [];
186
-    }
23
+	protected function _init_props()
24
+	{
25
+		$this->label       = esc_html__('Datetime List Shortcodes', 'event_espresso');
26
+		$this->description = esc_html__('All shortcodes specific to datetime lists', 'event_espresso');
27
+		$this->_shortcodes = [
28
+			'[DATETIME_LIST]' => esc_html__(
29
+				'Will output a list of datetimes according to the layout specified in the datetime list field.',
30
+				'event_espresso'
31
+			),
32
+		];
33
+	}
34
+
35
+
36
+	/**
37
+	 * @throws EE_Error
38
+	 * @throws ReflectionException
39
+	 */
40
+	protected function _parser($shortcode)
41
+	{
42
+		switch ($shortcode) {
43
+			case '[DATETIME_LIST]':
44
+				return $this->_get_datetime_list();
45
+		}
46
+		return '';
47
+	}
48
+
49
+
50
+	/**
51
+	 * figure out what the incoming data is and then return the appropriate parsed value.
52
+	 *
53
+	 * @return string
54
+	 * @throws EE_Error
55
+	 * @throws EE_Error
56
+	 * @throws ReflectionException
57
+	 */
58
+	private function _get_datetime_list()
59
+	{
60
+		$this->_validate_list_requirements();
61
+
62
+		if ($this->_data['data'] instanceof EE_Ticket) {
63
+			return $this->_get_datetime_list_for_ticket();
64
+		}
65
+		if ($this->_data['data'] instanceof EE_Event) {
66
+			return $this->_get_datetime_list_for_event();
67
+		}
68
+		if (
69
+			$this->_data['data'] instanceof EE_Messages_Addressee
70
+			&& $this->_data['data']->reg_obj instanceof EE_Registration
71
+		) {
72
+			return $this->_get_datetime_list_for_registration();
73
+		}
74
+		// prevent recursive loop
75
+		return '';
76
+	}
77
+
78
+
79
+	/**
80
+	 * return parsed list of datetimes for an event
81
+	 *
82
+	 * @return string
83
+	 * @throws EE_Error
84
+	 * @throws ReflectionException
85
+	 */
86
+	private function _get_datetime_list_for_event()
87
+	{
88
+		$event            = $this->_data['data'];
89
+		$valid_shortcodes = ['datetime', 'attendee'];
90
+		$template         = is_array($this->_data['template']) && isset($this->_data['template']['datetime_list'])
91
+			? $this->_data['template']['datetime_list']
92
+			: $this->_extra_data['template']['datetime_list'];
93
+
94
+		// here we're setting up the datetimes for the datetime list template for THIS event.
95
+		$dtt_parsed = '';
96
+		$datetimes  = $this->_get_datetimes_from_event($event);
97
+
98
+		// each datetime in this case should be an datetime object.
99
+		foreach ($datetimes as $datetime) {
100
+			$dtt_parsed .= $this->_shortcode_helper->parse_datetime_list_template(
101
+				$template,
102
+				$datetime,
103
+				$valid_shortcodes,
104
+				$this->_extra_data
105
+			);
106
+		}
107
+
108
+		return $dtt_parsed;
109
+	}
110
+
111
+
112
+	/**
113
+	 * return parsed list of datetimes for an ticket
114
+	 *
115
+	 * @return string
116
+	 * @throws EE_Error
117
+	 */
118
+	private function _get_datetime_list_for_ticket()
119
+	{
120
+		$valid_shortcodes = ['datetime', 'attendee'];
121
+
122
+		$template = is_array($this->_data['template']) && isset($this->_data['template']['datetime_list'])
123
+			? $this->_data['template']['datetime_list']
124
+			: $this->_extra_data['template']['datetime_list'];
125
+		$ticket   = $this->_data['data'];
126
+
127
+		// here we're setting up the datetimes for the datetime list template for THIS ticket.
128
+		$dtt_parsed = '';
129
+		$datetimes  = $this->_get_datetimes_from_ticket($ticket);
130
+
131
+		// each datetime in this case should be an datetime object.
132
+		foreach ($datetimes as $datetime) {
133
+			$dtt_parsed .= $this->_shortcode_helper->parse_datetime_list_template(
134
+				$template,
135
+				$datetime,
136
+				$valid_shortcodes,
137
+				$this->_extra_data
138
+			);
139
+		}
140
+
141
+		return $dtt_parsed;
142
+	}
143
+
144
+
145
+	/**
146
+	 * return parsed list of datetimes from a given registration.
147
+	 *
148
+	 * @return string
149
+	 * @throws EE_Error
150
+	 * @throws EE_Error
151
+	 */
152
+	private function _get_datetime_list_for_registration()
153
+	{
154
+		$registration = $this->_data['data']->reg_obj;
155
+
156
+		// now let's just get the ticket, set $this->_data['data'] to the ticket and then call _get_datetime_list_for__ticket();
157
+		$this->_data['data'] = $registration->ticket();
158
+		return $this->_get_datetime_list_for_ticket();
159
+	}
160
+
161
+
162
+	/**
163
+	 * @param EE_Event $event
164
+	 * @return array|mixed
165
+	 * @throws EE_Error
166
+	 * @throws ReflectionException
167
+	 */
168
+	private function _get_datetimes_from_event(EE_Event $event)
169
+	{
170
+		return isset($this->_extra_data['data']->events)
171
+			? $this->_extra_data['data']->events[ $event->ID() ]['dtt_objs']
172
+			: [];
173
+	}
174
+
175
+
176
+	/**
177
+	 * @param EE_Ticket $ticket
178
+	 * @return array|mixed
179
+	 * @throws EE_Error
180
+	 */
181
+	private function _get_datetimes_from_ticket(EE_Ticket $ticket)
182
+	{
183
+		return isset($this->_extra_data['data']->tickets)
184
+			? $this->_extra_data['data']->tickets[ $ticket->ID() ]['dtt_objs']
185
+			: [];
186
+	}
187 187
 }
Please login to merge, or discard this patch.
core/libraries/shortcodes/EE_Ticket_List_Shortcodes.lib.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@  discard block
 block discarded – undo
202 202
     private function _get_tickets_from_event(EE_Event $event)
203 203
     {
204 204
         return isset($this->_extra_data['data']->events)
205
-            ? $this->_extra_data['data']->events[ $event->ID() ]['tkt_objs']
205
+            ? $this->_extra_data['data']->events[$event->ID()]['tkt_objs']
206 206
             : [];
207 207
     }
208 208
 
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
     private function _get_ticket_list_from_registration(EE_Registration $registration)
217 217
     {
218 218
         return isset($this->_extra_data['data']->registrations)
219
-            ? [$this->_extra_data['data']->registrations[ $registration->ID() ]['tkt_obj']]
219
+            ? [$this->_extra_data['data']->registrations[$registration->ID()]['tkt_obj']]
220 220
             : [];
221 221
     }
222 222
 }
Please login to merge, or discard this patch.
Indentation   +204 added lines, -204 removed lines patch added patch discarded remove patch
@@ -19,208 +19,208 @@
 block discarded – undo
19 19
 class EE_Ticket_List_Shortcodes extends EE_Shortcodes
20 20
 {
21 21
 
22
-    public function __construct()
23
-    {
24
-        parent::__construct();
25
-    }
26
-
27
-
28
-    protected function _init_props()
29
-    {
30
-        $this->label       = esc_html__('Ticket List Shortcodes', 'event_espresso');
31
-        $this->description = esc_html__('All shortcodes specific to ticket lists', 'event_espresso');
32
-        $this->_shortcodes = [
33
-            '[TICKET_LIST]' => esc_html__('Will output a list of tickets', 'event_espresso'),
34
-        ];
35
-    }
36
-
37
-
38
-    /**
39
-     * @param string $shortcode
40
-     * @return string
41
-     * @throws EE_Error
42
-     * @throws ReflectionException
43
-     */
44
-    protected function _parser($shortcode)
45
-    {
46
-        switch ($shortcode) {
47
-            case '[TICKET_LIST]':
48
-                return $this->_get_ticket_list();
49
-        }
50
-        return '';
51
-    }
52
-
53
-
54
-    /**
55
-     * figure out what the incoming data is and then return the appropriate parsed value.
56
-     *
57
-     * @return string
58
-     * @throws EE_Error
59
-     * @throws ReflectionException
60
-     */
61
-    private function _get_ticket_list()
62
-    {
63
-        $this->_validate_list_requirements();
64
-
65
-        if ($this->_data['data'] instanceof EE_Messages_Addressee) {
66
-            return $this->_get_ticket_list_for_main();
67
-        }
68
-        if ($this->_data['data'] instanceof EE_Registration) {
69
-            return $this->_get_ticket_list_for_attendee();
70
-        }
71
-        if ($this->_data['data'] instanceof EE_Event) {
72
-            return $this->_get_ticket_list_for_event();
73
-        }
74
-        // prevent recursive loop
75
-        return '';
76
-    }
77
-
78
-
79
-    /**
80
-     * This returns the parsed ticket list for main template;
81
-     */
82
-    private function _get_ticket_list_for_main()
83
-    {
84
-        $valid_shortcodes = [
85
-            'ticket',
86
-            'event_list',
87
-            'attendee_list',
88
-            'datetime_list',
89
-            'attendee',
90
-            'line_item_list',
91
-            'primary_registration_details',
92
-            'recipient_details',
93
-        ];
94
-        $template         = $this->_data['template'];
95
-        $data             = $this->_data['data'];
96
-        $ticket_list      = '';
97
-
98
-
99
-        // now we need to loop through the ticket list and send data to the EE_Parser helper.
100
-        foreach ($data->tickets as $ticket) {
101
-            $ticket_list .= $this->_shortcode_helper->parse_ticket_list_template(
102
-                $template,
103
-                $ticket['ticket'],
104
-                $valid_shortcodes,
105
-                $this->_extra_data
106
-            );
107
-        }
108
-
109
-        return $ticket_list;
110
-    }
111
-
112
-
113
-    /**
114
-     * return parsed list of tickets for an event
115
-     *
116
-     * @return string
117
-     * @throws EE_Error
118
-     * @throws ReflectionException
119
-     */
120
-    private function _get_ticket_list_for_event()
121
-    {
122
-        $valid_shortcodes = [
123
-            'ticket',
124
-            'attendee_list',
125
-            'datetime_list',
126
-            'attendee',
127
-            'venue',
128
-            'line_item_list',
129
-            'primary_registration_details',
130
-            'recipient_details',
131
-        ];
132
-        $template         = is_array($this->_data['template']) && isset($this->_data['template']['ticket_list'])
133
-            ? $this->_data['template']['ticket_list']
134
-            : $this->_extra_data['template']['ticket_list'];
135
-        $event            = $this->_data['data'];
136
-
137
-        // let's remove any existing [EVENT_LIST] shortcodes from the ticket list template so that we don't get recursion.
138
-        $template = str_replace('[EVENT_LIST]', '', $template);
139
-
140
-        // here we're setting up the tickets for the ticket list template for THIS event.
141
-        $tkt_parsed = '';
142
-        $tickets    = $this->_get_tickets_from_event($event);
143
-
144
-        // each ticket in this case should be an ticket object.
145
-        foreach ($tickets as $ticket) {
146
-            $tkt_parsed .= $this->_shortcode_helper->parse_ticket_list_template(
147
-                $template,
148
-                $ticket,
149
-                $valid_shortcodes,
150
-                $this->_extra_data
151
-            );
152
-        }
153
-
154
-        return $tkt_parsed;
155
-    }
156
-
157
-
158
-    /**
159
-     * return parsed list of tickets for an attendee
160
-     *
161
-     * @return string
162
-     * @throws EE_Error
163
-     * @throws ReflectionException
164
-     */
165
-    private function _get_ticket_list_for_attendee()
166
-    {
167
-        $valid_shortcodes = [
168
-            'ticket',
169
-            'event_list',
170
-            'datetime_list',
171
-            'attendee',
172
-            'primary_registration_details',
173
-            'recipient_details',
174
-        ];
175
-
176
-        $template     = is_array($this->_data['template']) && isset($this->_data['template']['ticket_list'])
177
-            ? $this->_data['template']['ticket_list']
178
-            : $this->_extra_data['template']['ticket_list'];
179
-        $registration = $this->_data['data'];
180
-
181
-        // let's remove any existing [ATTENDEE_LIST] shortcode from the ticket list template so that we don't get recursion.
182
-        $template = str_replace('[ATTENDEE_LIST]', '', $template);
183
-
184
-        // here we're setting up the tickets for the ticket list template for THIS attendee.
185
-        $tkt_parsed = '';
186
-        $tickets    = $this->_get_ticket_list_from_registration($registration);
187
-
188
-        // each ticket in this case should be an ticket object.
189
-        foreach ($tickets as $ticket) {
190
-            $tkt_parsed .= $this->_shortcode_helper->parse_ticket_list_template(
191
-                $template,
192
-                $ticket,
193
-                $valid_shortcodes,
194
-                $this->_extra_data
195
-            );
196
-        }
197
-
198
-        return $tkt_parsed;
199
-    }
200
-
201
-
202
-    /**
203
-     * @throws EE_Error
204
-     * @throws ReflectionException
205
-     */
206
-    private function _get_tickets_from_event(EE_Event $event)
207
-    {
208
-        return isset($this->_extra_data['data']->events)
209
-            ? $this->_extra_data['data']->events[ $event->ID() ]['tkt_objs']
210
-            : [];
211
-    }
212
-
213
-
214
-    /**
215
-     * @param EE_Registration $registration
216
-     * @return array
217
-     * @throws EE_Error
218
-     * @throws ReflectionException
219
-     */
220
-    private function _get_ticket_list_from_registration(EE_Registration $registration)
221
-    {
222
-        return isset($this->_extra_data['data']->registrations)
223
-            ? [$this->_extra_data['data']->registrations[ $registration->ID() ]['tkt_obj']]
224
-            : [];
225
-    }
22
+	public function __construct()
23
+	{
24
+		parent::__construct();
25
+	}
26
+
27
+
28
+	protected function _init_props()
29
+	{
30
+		$this->label       = esc_html__('Ticket List Shortcodes', 'event_espresso');
31
+		$this->description = esc_html__('All shortcodes specific to ticket lists', 'event_espresso');
32
+		$this->_shortcodes = [
33
+			'[TICKET_LIST]' => esc_html__('Will output a list of tickets', 'event_espresso'),
34
+		];
35
+	}
36
+
37
+
38
+	/**
39
+	 * @param string $shortcode
40
+	 * @return string
41
+	 * @throws EE_Error
42
+	 * @throws ReflectionException
43
+	 */
44
+	protected function _parser($shortcode)
45
+	{
46
+		switch ($shortcode) {
47
+			case '[TICKET_LIST]':
48
+				return $this->_get_ticket_list();
49
+		}
50
+		return '';
51
+	}
52
+
53
+
54
+	/**
55
+	 * figure out what the incoming data is and then return the appropriate parsed value.
56
+	 *
57
+	 * @return string
58
+	 * @throws EE_Error
59
+	 * @throws ReflectionException
60
+	 */
61
+	private function _get_ticket_list()
62
+	{
63
+		$this->_validate_list_requirements();
64
+
65
+		if ($this->_data['data'] instanceof EE_Messages_Addressee) {
66
+			return $this->_get_ticket_list_for_main();
67
+		}
68
+		if ($this->_data['data'] instanceof EE_Registration) {
69
+			return $this->_get_ticket_list_for_attendee();
70
+		}
71
+		if ($this->_data['data'] instanceof EE_Event) {
72
+			return $this->_get_ticket_list_for_event();
73
+		}
74
+		// prevent recursive loop
75
+		return '';
76
+	}
77
+
78
+
79
+	/**
80
+	 * This returns the parsed ticket list for main template;
81
+	 */
82
+	private function _get_ticket_list_for_main()
83
+	{
84
+		$valid_shortcodes = [
85
+			'ticket',
86
+			'event_list',
87
+			'attendee_list',
88
+			'datetime_list',
89
+			'attendee',
90
+			'line_item_list',
91
+			'primary_registration_details',
92
+			'recipient_details',
93
+		];
94
+		$template         = $this->_data['template'];
95
+		$data             = $this->_data['data'];
96
+		$ticket_list      = '';
97
+
98
+
99
+		// now we need to loop through the ticket list and send data to the EE_Parser helper.
100
+		foreach ($data->tickets as $ticket) {
101
+			$ticket_list .= $this->_shortcode_helper->parse_ticket_list_template(
102
+				$template,
103
+				$ticket['ticket'],
104
+				$valid_shortcodes,
105
+				$this->_extra_data
106
+			);
107
+		}
108
+
109
+		return $ticket_list;
110
+	}
111
+
112
+
113
+	/**
114
+	 * return parsed list of tickets for an event
115
+	 *
116
+	 * @return string
117
+	 * @throws EE_Error
118
+	 * @throws ReflectionException
119
+	 */
120
+	private function _get_ticket_list_for_event()
121
+	{
122
+		$valid_shortcodes = [
123
+			'ticket',
124
+			'attendee_list',
125
+			'datetime_list',
126
+			'attendee',
127
+			'venue',
128
+			'line_item_list',
129
+			'primary_registration_details',
130
+			'recipient_details',
131
+		];
132
+		$template         = is_array($this->_data['template']) && isset($this->_data['template']['ticket_list'])
133
+			? $this->_data['template']['ticket_list']
134
+			: $this->_extra_data['template']['ticket_list'];
135
+		$event            = $this->_data['data'];
136
+
137
+		// let's remove any existing [EVENT_LIST] shortcodes from the ticket list template so that we don't get recursion.
138
+		$template = str_replace('[EVENT_LIST]', '', $template);
139
+
140
+		// here we're setting up the tickets for the ticket list template for THIS event.
141
+		$tkt_parsed = '';
142
+		$tickets    = $this->_get_tickets_from_event($event);
143
+
144
+		// each ticket in this case should be an ticket object.
145
+		foreach ($tickets as $ticket) {
146
+			$tkt_parsed .= $this->_shortcode_helper->parse_ticket_list_template(
147
+				$template,
148
+				$ticket,
149
+				$valid_shortcodes,
150
+				$this->_extra_data
151
+			);
152
+		}
153
+
154
+		return $tkt_parsed;
155
+	}
156
+
157
+
158
+	/**
159
+	 * return parsed list of tickets for an attendee
160
+	 *
161
+	 * @return string
162
+	 * @throws EE_Error
163
+	 * @throws ReflectionException
164
+	 */
165
+	private function _get_ticket_list_for_attendee()
166
+	{
167
+		$valid_shortcodes = [
168
+			'ticket',
169
+			'event_list',
170
+			'datetime_list',
171
+			'attendee',
172
+			'primary_registration_details',
173
+			'recipient_details',
174
+		];
175
+
176
+		$template     = is_array($this->_data['template']) && isset($this->_data['template']['ticket_list'])
177
+			? $this->_data['template']['ticket_list']
178
+			: $this->_extra_data['template']['ticket_list'];
179
+		$registration = $this->_data['data'];
180
+
181
+		// let's remove any existing [ATTENDEE_LIST] shortcode from the ticket list template so that we don't get recursion.
182
+		$template = str_replace('[ATTENDEE_LIST]', '', $template);
183
+
184
+		// here we're setting up the tickets for the ticket list template for THIS attendee.
185
+		$tkt_parsed = '';
186
+		$tickets    = $this->_get_ticket_list_from_registration($registration);
187
+
188
+		// each ticket in this case should be an ticket object.
189
+		foreach ($tickets as $ticket) {
190
+			$tkt_parsed .= $this->_shortcode_helper->parse_ticket_list_template(
191
+				$template,
192
+				$ticket,
193
+				$valid_shortcodes,
194
+				$this->_extra_data
195
+			);
196
+		}
197
+
198
+		return $tkt_parsed;
199
+	}
200
+
201
+
202
+	/**
203
+	 * @throws EE_Error
204
+	 * @throws ReflectionException
205
+	 */
206
+	private function _get_tickets_from_event(EE_Event $event)
207
+	{
208
+		return isset($this->_extra_data['data']->events)
209
+			? $this->_extra_data['data']->events[ $event->ID() ]['tkt_objs']
210
+			: [];
211
+	}
212
+
213
+
214
+	/**
215
+	 * @param EE_Registration $registration
216
+	 * @return array
217
+	 * @throws EE_Error
218
+	 * @throws ReflectionException
219
+	 */
220
+	private function _get_ticket_list_from_registration(EE_Registration $registration)
221
+	{
222
+		return isset($this->_extra_data['data']->registrations)
223
+			? [$this->_extra_data['data']->registrations[ $registration->ID() ]['tkt_obj']]
224
+			: [];
225
+	}
226 226
 }
Please login to merge, or discard this patch.
core/libraries/shortcodes/EE_Event_List_Shortcodes.lib.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
     private function _get_events_from_registration(EE_Registration $registration)
164 164
     {
165 165
         return isset($this->_extra_data['data']->registrations)
166
-            ? [$this->_extra_data['data']->registrations[ $registration->ID() ]['evt_obj']]
166
+            ? [$this->_extra_data['data']->registrations[$registration->ID()]['evt_obj']]
167 167
             : [];
168 168
     }
169 169
 }
Please login to merge, or discard this patch.
Indentation   +152 added lines, -152 removed lines patch added patch discarded remove patch
@@ -19,156 +19,156 @@
 block discarded – undo
19 19
 class EE_Event_List_Shortcodes extends EE_Shortcodes
20 20
 {
21 21
 
22
-    public function __construct()
23
-    {
24
-        parent::__construct();
25
-    }
26
-
27
-
28
-    protected function _init_props()
29
-    {
30
-        $this->label       = esc_html__('Event List Shortcodes', 'event_espresso');
31
-        $this->description = esc_html__('All shortcodes specific to event lists', 'event_espresso');
32
-        $this->_shortcodes = [
33
-            '[EVENT_LIST]' => esc_html__('Will output a list of events', 'event_espresso'),
34
-        ];
35
-    }
36
-
37
-
38
-    /**
39
-     * @param string $shortcode
40
-     * @return string
41
-     * @throws EE_Error
42
-     * @throws ReflectionException
43
-     */
44
-    protected function _parser($shortcode)
45
-    {
46
-        switch ($shortcode) {
47
-            case '[EVENT_LIST]':
48
-                return $this->_get_event_list();
49
-        }
50
-        return '';
51
-    }
52
-
53
-
54
-    /**
55
-     * figure out what the incoming data is and then return the appropriate parsed value.
56
-     *
57
-     * @return string
58
-     * @throws EE_Error
59
-     * @throws ReflectionException
60
-     */
61
-    private function _get_event_list()
62
-    {
63
-        $this->_validate_list_requirements();
64
-
65
-        if ($this->_data['data'] instanceof EE_Messages_Addressee) {
66
-            return $this->_get_event_list_for_main();
67
-        }
68
-        if ($this->_data['data'] instanceof EE_Registration) {
69
-            return $this->_get_event_list_for_registration();
70
-        }
71
-        // prevent recursive loop
72
-        return '';
73
-    }
74
-
75
-
76
-    /**
77
-     * This returns the parsed event list for main template
78
-     *
79
-     * @return string
80
-     */
81
-    private function _get_event_list_for_main()
82
-    {
83
-
84
-        $valid_shortcodes = [
85
-            'event',
86
-            'attendee_list',
87
-            'ticket_list',
88
-            'datetime_list',
89
-            'venue',
90
-            'attendee',
91
-            'recipient_list',
92
-            'recipient_details',
93
-            'primary_registration_list',
94
-            'primary_registration_details',
95
-            'event_author',
96
-            'organization',
97
-        ];
98
-        $template         = $this->_data['template'];
99
-        $data             = $this->_data['data'];
100
-        $events           = '';
101
-
102
-        // now we need to loop through the events array in EE_Messages_Addressee and send data to the EE_Parser helper.
103
-        foreach ($data->events as $event) {
104
-            $events .= $this->_shortcode_helper->parse_event_list_template(
105
-                $template,
106
-                $event['event'],
107
-                $valid_shortcodes,
108
-                $this->_extra_data
109
-            );
110
-        }
111
-        return $events;
112
-    }
113
-
114
-
115
-    /**
116
-     * This returns the parsed event list for an attendee
117
-     *
118
-     * @return string
119
-     * @throws EE_Error
120
-     * @throws ReflectionException
121
-     */
122
-    private function _get_event_list_for_registration()
123
-    {
124
-        $valid_shortcodes = [
125
-            'event',
126
-            'ticket_list',
127
-            'datetime_list',
128
-            'attendee',
129
-            'event_author',
130
-            'recipient_details',
131
-            'recipient_list',
132
-            'venue',
133
-            'organization',
134
-        ];
135
-        $template         = is_array($this->_data['template']) && isset($this->_data['template']['event_list'])
136
-            ? $this->_data['template']['event_list']
137
-            : $this->_extra_data['template']['event_list'];
138
-        $registration     = $this->_data['data'];
139
-
140
-        // let's remove any existing [ATTENDEE_LIST] shortcode from the event list template so that we don't get recursion.
141
-        $template = str_replace('[ATTENDEE_LIST]', '', $template);
142
-
143
-        // here we're setting up the events for the event_list template for THIS registration.
144
-        $all_events = $this->_get_events_from_registration($registration);
145
-
146
-        // we're NOT going to prepare a list of attendees this time around
147
-        $events = '';
148
-
149
-        foreach ($all_events as $event) {
150
-            $events .= $this->_shortcode_helper->parse_event_list_template(
151
-                $template,
152
-                $event,
153
-                $valid_shortcodes,
154
-                $this->_extra_data
155
-            );
156
-        }
157
-
158
-        return $events;
159
-    }
160
-
161
-
162
-    /**
163
-     * @param EE_Registration $registration
164
-     * @return array
165
-     * @throws EE_Error
166
-     * @throws ReflectionException
167
-     */
168
-    private function _get_events_from_registration(EE_Registration $registration)
169
-    {
170
-        return isset($this->_extra_data['data']->registrations)
171
-            ? [$this->_extra_data['data']->registrations[ $registration->ID() ]['evt_obj']]
172
-            : [];
173
-    }
22
+	public function __construct()
23
+	{
24
+		parent::__construct();
25
+	}
26
+
27
+
28
+	protected function _init_props()
29
+	{
30
+		$this->label       = esc_html__('Event List Shortcodes', 'event_espresso');
31
+		$this->description = esc_html__('All shortcodes specific to event lists', 'event_espresso');
32
+		$this->_shortcodes = [
33
+			'[EVENT_LIST]' => esc_html__('Will output a list of events', 'event_espresso'),
34
+		];
35
+	}
36
+
37
+
38
+	/**
39
+	 * @param string $shortcode
40
+	 * @return string
41
+	 * @throws EE_Error
42
+	 * @throws ReflectionException
43
+	 */
44
+	protected function _parser($shortcode)
45
+	{
46
+		switch ($shortcode) {
47
+			case '[EVENT_LIST]':
48
+				return $this->_get_event_list();
49
+		}
50
+		return '';
51
+	}
52
+
53
+
54
+	/**
55
+	 * figure out what the incoming data is and then return the appropriate parsed value.
56
+	 *
57
+	 * @return string
58
+	 * @throws EE_Error
59
+	 * @throws ReflectionException
60
+	 */
61
+	private function _get_event_list()
62
+	{
63
+		$this->_validate_list_requirements();
64
+
65
+		if ($this->_data['data'] instanceof EE_Messages_Addressee) {
66
+			return $this->_get_event_list_for_main();
67
+		}
68
+		if ($this->_data['data'] instanceof EE_Registration) {
69
+			return $this->_get_event_list_for_registration();
70
+		}
71
+		// prevent recursive loop
72
+		return '';
73
+	}
74
+
75
+
76
+	/**
77
+	 * This returns the parsed event list for main template
78
+	 *
79
+	 * @return string
80
+	 */
81
+	private function _get_event_list_for_main()
82
+	{
83
+
84
+		$valid_shortcodes = [
85
+			'event',
86
+			'attendee_list',
87
+			'ticket_list',
88
+			'datetime_list',
89
+			'venue',
90
+			'attendee',
91
+			'recipient_list',
92
+			'recipient_details',
93
+			'primary_registration_list',
94
+			'primary_registration_details',
95
+			'event_author',
96
+			'organization',
97
+		];
98
+		$template         = $this->_data['template'];
99
+		$data             = $this->_data['data'];
100
+		$events           = '';
101
+
102
+		// now we need to loop through the events array in EE_Messages_Addressee and send data to the EE_Parser helper.
103
+		foreach ($data->events as $event) {
104
+			$events .= $this->_shortcode_helper->parse_event_list_template(
105
+				$template,
106
+				$event['event'],
107
+				$valid_shortcodes,
108
+				$this->_extra_data
109
+			);
110
+		}
111
+		return $events;
112
+	}
113
+
114
+
115
+	/**
116
+	 * This returns the parsed event list for an attendee
117
+	 *
118
+	 * @return string
119
+	 * @throws EE_Error
120
+	 * @throws ReflectionException
121
+	 */
122
+	private function _get_event_list_for_registration()
123
+	{
124
+		$valid_shortcodes = [
125
+			'event',
126
+			'ticket_list',
127
+			'datetime_list',
128
+			'attendee',
129
+			'event_author',
130
+			'recipient_details',
131
+			'recipient_list',
132
+			'venue',
133
+			'organization',
134
+		];
135
+		$template         = is_array($this->_data['template']) && isset($this->_data['template']['event_list'])
136
+			? $this->_data['template']['event_list']
137
+			: $this->_extra_data['template']['event_list'];
138
+		$registration     = $this->_data['data'];
139
+
140
+		// let's remove any existing [ATTENDEE_LIST] shortcode from the event list template so that we don't get recursion.
141
+		$template = str_replace('[ATTENDEE_LIST]', '', $template);
142
+
143
+		// here we're setting up the events for the event_list template for THIS registration.
144
+		$all_events = $this->_get_events_from_registration($registration);
145
+
146
+		// we're NOT going to prepare a list of attendees this time around
147
+		$events = '';
148
+
149
+		foreach ($all_events as $event) {
150
+			$events .= $this->_shortcode_helper->parse_event_list_template(
151
+				$template,
152
+				$event,
153
+				$valid_shortcodes,
154
+				$this->_extra_data
155
+			);
156
+		}
157
+
158
+		return $events;
159
+	}
160
+
161
+
162
+	/**
163
+	 * @param EE_Registration $registration
164
+	 * @return array
165
+	 * @throws EE_Error
166
+	 * @throws ReflectionException
167
+	 */
168
+	private function _get_events_from_registration(EE_Registration $registration)
169
+	{
170
+		return isset($this->_extra_data['data']->registrations)
171
+			? [$this->_extra_data['data']->registrations[ $registration->ID() ]['evt_obj']]
172
+			: [];
173
+	}
174 174
 }
Please login to merge, or discard this patch.
payment_methods/Bank/templates/bank_intro.template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 esc_html_e(
4
-    'Bank is an offline payment method for accepting payments. Payments are processed manually by providing your registrants/attendees with information on how to pay with a bank transfer.',
5
-    'event_espresso'
4
+	'Bank is an offline payment method for accepting payments. Payments are processed manually by providing your registrants/attendees with information on how to pay with a bank transfer.',
5
+	'event_espresso'
6 6
 );
Please login to merge, or discard this patch.
payment_methods/Check/templates/check_intro.template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 esc_html_e(
4
-    'Check is an offline payment method for accepting payments. Payments are processed manually by providing your registrants/attendees with information on how to pay with a check.',
5
-    'event_espresso'
4
+	'Check is an offline payment method for accepting payments. Payments are processed manually by providing your registrants/attendees with information on how to pay with a check.',
5
+	'event_espresso'
6 6
 );
Please login to merge, or discard this patch.
payment_methods/Invoice/EE_PMT_Invoice.pm.php 2 patches
Indentation   +120 added lines, -120 removed lines patch added patch discarded remove patch
@@ -27,136 +27,136 @@
 block discarded – undo
27 27
 
28 28
 
29 29
 
30
-    /**
31
-     *
32
-     * @param EE_Payment_Method $pm_instance
33
-     * @return EE_PMT_Invoice
34
-     */
35
-    public function __construct($pm_instance = null)
36
-    {
37
-        $this->_pretty_name = esc_html__("Invoice", 'event_espresso');
38
-        $this->_default_description = sprintf(
39
-            esc_html__('After clicking "Finalize Registration", you will be given instructions on how to access your invoice and complete your payment.%sPlease note that event spaces will not be reserved until payment is received in full, and any remaining tickets could be sold to others in the meantime.', 'event_espresso'),
40
-            '<br />'
41
-        );
42
-        parent::__construct($pm_instance);
43
-        $this->_default_button_url = $this->file_url() . 'lib/invoice-logo.png';
44
-    }
30
+	/**
31
+	 *
32
+	 * @param EE_Payment_Method $pm_instance
33
+	 * @return EE_PMT_Invoice
34
+	 */
35
+	public function __construct($pm_instance = null)
36
+	{
37
+		$this->_pretty_name = esc_html__("Invoice", 'event_espresso');
38
+		$this->_default_description = sprintf(
39
+			esc_html__('After clicking "Finalize Registration", you will be given instructions on how to access your invoice and complete your payment.%sPlease note that event spaces will not be reserved until payment is received in full, and any remaining tickets could be sold to others in the meantime.', 'event_espresso'),
40
+			'<br />'
41
+		);
42
+		parent::__construct($pm_instance);
43
+		$this->_default_button_url = $this->file_url() . 'lib/invoice-logo.png';
44
+	}
45 45
 
46 46
 
47 47
 
48
-    /**
49
-     * Creates the billing form for this payment method type
50
-     * @param \EE_Transaction $transaction
51
-     * @return NULL
52
-     */
53
-    public function generate_new_billing_form(EE_Transaction $transaction = null)
54
-    {
55
-        return null;
56
-    }
48
+	/**
49
+	 * Creates the billing form for this payment method type
50
+	 * @param \EE_Transaction $transaction
51
+	 * @return NULL
52
+	 */
53
+	public function generate_new_billing_form(EE_Transaction $transaction = null)
54
+	{
55
+		return null;
56
+	}
57 57
 
58 58
 
59 59
 
60
-    /**
61
-     * Gets the form for all the settings related to this payment method type
62
-     * @return EE_Payment_Method_Form
63
-     */
64
-    public function generate_new_settings_form()
65
-    {
66
-        $pdf_payee_input_name = 'pdf_payee_name';
67
-        $confirmation_text_input_name = 'page_confirmation_text';
68
-        $form =  new EE_Payment_Method_Form(array(
60
+	/**
61
+	 * Gets the form for all the settings related to this payment method type
62
+	 * @return EE_Payment_Method_Form
63
+	 */
64
+	public function generate_new_settings_form()
65
+	{
66
+		$pdf_payee_input_name = 'pdf_payee_name';
67
+		$confirmation_text_input_name = 'page_confirmation_text';
68
+		$form =  new EE_Payment_Method_Form(array(
69 69
 //              'payment_method_type' => $this,
70
-                'extra_meta_inputs' => array(
71
-                    $pdf_payee_input_name => new EE_Text_Input(array(
72
-                        'html_label_text' => sprintf(esc_html__('Payee Name %s', 'event_espresso'), $this->get_help_tab_link())
73
-                    )),
74
-                    'pdf_payee_email' => new EE_Email_Input(array(
75
-                        'html_label_text' => sprintf(esc_html__('Payee Email %s', 'event_espresso'), $this->get_help_tab_link()),
76
-                    )),
77
-                    'pdf_payee_tax_number' => new EE_Text_Input(array(
78
-                        'html_label_text' => sprintf(esc_html__('Payee Tax Number %s', 'event_espresso'), $this->get_help_tab_link()),
79
-                        )),
80
-                    'pdf_payee_address' => new EE_Text_Area_Input(array(
81
-                        'html_label_text' => sprintf(esc_html__('Payee Address %s', 'event_espresso'), $this->get_help_tab_link()),
82
-                        'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ),
83
-                    )),
84
-                    'pdf_instructions' => new EE_Text_Area_Input(array(
85
-                        'html_label_text' =>  sprintf(esc_html__("Instructions %s", "event_espresso"), $this->get_help_tab_link()),
86
-                        'default' =>  esc_html__("Please send this invoice with payment attached to the address above, or use the payment link below. Payment must be received within 48 hours of event date.", 'event_espresso'),
87
-                        'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ),
88
-                    )),
89
-                    'pdf_logo_image' => new EE_Admin_File_Uploader_Input(array(
90
-                        'html_label_text' =>  sprintf(esc_html__("Logo Image %s", "event_espresso"), $this->get_help_tab_link()),
91
-                        'default' =>  EE_Config::instance()->organization->logo_url,
92
-                        'html_help_text' =>  esc_html__("(Logo for the top left of the invoice)", 'event_espresso'),
93
-                    )),
94
-                    $confirmation_text_input_name => new EE_Text_Area_Input(array(
95
-                        'html_label_text' =>  sprintf(esc_html__("Confirmation Text %s", "event_espresso"), $this->get_help_tab_link()),
96
-                        'default' =>  esc_html__("Payment must be received within 48 hours of event date. Details about where to send the payment are included on the invoice.", 'event_espresso'),
97
-                        'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ),
98
-                    )),
99
-                    'page_extra_info' => new EE_Text_Area_Input(array(
100
-                        'html_label_text' =>  sprintf(esc_html__("Extra Info %s", "event_espresso"), $this->get_help_tab_link()),
101
-                        'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ),
102
-                    )),
103
-                ),
104
-                'include' => array(
105
-                    'PMD_ID', 'PMD_name','PMD_desc','PMD_admin_name','PMD_admin_desc', 'PMD_type','PMD_slug', 'PMD_open_by_default','PMD_button_url','PMD_scope','Currency','PMD_order',
106
-                    $pdf_payee_input_name, 'pdf_payee_email', 'pdf_payee_tax_number', 'pdf_payee_address', 'pdf_instructions','pdf_logo_image',
107
-                    $confirmation_text_input_name, 'page_extra_info'),
108
-            ));
109
-        $form->add_subsections(
110
-            array( 'header1' => new EE_Form_Section_HTML_From_Template('payment_methods/Invoice/templates/invoice_settings_header_display.template.php')),
111
-            $pdf_payee_input_name
112
-        );
113
-        $form->add_subsections(
114
-            array( 'header2' => new EE_Form_Section_HTML_From_Template('payment_methods/Invoice/templates/invoice_settings_header_gateway.template.php')),
115
-            $confirmation_text_input_name
116
-        );
117
-        return $form;
118
-    }
70
+				'extra_meta_inputs' => array(
71
+					$pdf_payee_input_name => new EE_Text_Input(array(
72
+						'html_label_text' => sprintf(esc_html__('Payee Name %s', 'event_espresso'), $this->get_help_tab_link())
73
+					)),
74
+					'pdf_payee_email' => new EE_Email_Input(array(
75
+						'html_label_text' => sprintf(esc_html__('Payee Email %s', 'event_espresso'), $this->get_help_tab_link()),
76
+					)),
77
+					'pdf_payee_tax_number' => new EE_Text_Input(array(
78
+						'html_label_text' => sprintf(esc_html__('Payee Tax Number %s', 'event_espresso'), $this->get_help_tab_link()),
79
+						)),
80
+					'pdf_payee_address' => new EE_Text_Area_Input(array(
81
+						'html_label_text' => sprintf(esc_html__('Payee Address %s', 'event_espresso'), $this->get_help_tab_link()),
82
+						'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ),
83
+					)),
84
+					'pdf_instructions' => new EE_Text_Area_Input(array(
85
+						'html_label_text' =>  sprintf(esc_html__("Instructions %s", "event_espresso"), $this->get_help_tab_link()),
86
+						'default' =>  esc_html__("Please send this invoice with payment attached to the address above, or use the payment link below. Payment must be received within 48 hours of event date.", 'event_espresso'),
87
+						'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ),
88
+					)),
89
+					'pdf_logo_image' => new EE_Admin_File_Uploader_Input(array(
90
+						'html_label_text' =>  sprintf(esc_html__("Logo Image %s", "event_espresso"), $this->get_help_tab_link()),
91
+						'default' =>  EE_Config::instance()->organization->logo_url,
92
+						'html_help_text' =>  esc_html__("(Logo for the top left of the invoice)", 'event_espresso'),
93
+					)),
94
+					$confirmation_text_input_name => new EE_Text_Area_Input(array(
95
+						'html_label_text' =>  sprintf(esc_html__("Confirmation Text %s", "event_espresso"), $this->get_help_tab_link()),
96
+						'default' =>  esc_html__("Payment must be received within 48 hours of event date. Details about where to send the payment are included on the invoice.", 'event_espresso'),
97
+						'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ),
98
+					)),
99
+					'page_extra_info' => new EE_Text_Area_Input(array(
100
+						'html_label_text' =>  sprintf(esc_html__("Extra Info %s", "event_espresso"), $this->get_help_tab_link()),
101
+						'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ),
102
+					)),
103
+				),
104
+				'include' => array(
105
+					'PMD_ID', 'PMD_name','PMD_desc','PMD_admin_name','PMD_admin_desc', 'PMD_type','PMD_slug', 'PMD_open_by_default','PMD_button_url','PMD_scope','Currency','PMD_order',
106
+					$pdf_payee_input_name, 'pdf_payee_email', 'pdf_payee_tax_number', 'pdf_payee_address', 'pdf_instructions','pdf_logo_image',
107
+					$confirmation_text_input_name, 'page_extra_info'),
108
+			));
109
+		$form->add_subsections(
110
+			array( 'header1' => new EE_Form_Section_HTML_From_Template('payment_methods/Invoice/templates/invoice_settings_header_display.template.php')),
111
+			$pdf_payee_input_name
112
+		);
113
+		$form->add_subsections(
114
+			array( 'header2' => new EE_Form_Section_HTML_From_Template('payment_methods/Invoice/templates/invoice_settings_header_gateway.template.php')),
115
+			$confirmation_text_input_name
116
+		);
117
+		return $form;
118
+	}
119 119
 
120 120
 
121 121
 
122
-    /**
123
-     * Adds the help tab
124
-     * @see EE_PMT_Base::help_tabs_config()
125
-     * @return array
126
-     */
127
-    public function help_tabs_config()
128
-    {
129
-        return array(
130
-            $this->get_help_tab_name() => array(
131
-                'title' => esc_html__('Invoice Settings', 'event_espresso'),
132
-                'filename' => 'payment_methods_overview_invoice'
133
-            ),
134
-        );
135
-    }
122
+	/**
123
+	 * Adds the help tab
124
+	 * @see EE_PMT_Base::help_tabs_config()
125
+	 * @return array
126
+	 */
127
+	public function help_tabs_config()
128
+	{
129
+		return array(
130
+			$this->get_help_tab_name() => array(
131
+				'title' => esc_html__('Invoice Settings', 'event_espresso'),
132
+				'filename' => 'payment_methods_overview_invoice'
133
+			),
134
+		);
135
+	}
136 136
 
137 137
 
138
-    /**
139
-     * For adding any html output above the payment overview.
140
-     * Many gateways won't want ot display anything, so this function just returns an empty string.
141
-     * Other gateways may want to override this, such as offline gateways.
142
-     *
143
-     * @param \EE_Payment $payment
144
-     * @return string
145
-     */
146
-    public function payment_overview_content(EE_Payment $payment)
147
-    {
148
-        return EEH_Template::locate_template(
149
-            'payment_methods/Invoice/templates/invoice_payment_details_content.template.php',
150
-            array_merge(
151
-                array(
152
-                    'payment_method'            => $this->_pm_instance,
153
-                    'payment'                       => $payment,
154
-                    'page_confirmation_text'                    => '',
155
-                    'page_extra_info'   => '',
156
-                    'invoice_url'                   => $payment->transaction()->primary_registration()->invoice_url('html')
157
-                ),
158
-                $this->_pm_instance->all_extra_meta_array()
159
-            )
160
-        );
161
-    }
138
+	/**
139
+	 * For adding any html output above the payment overview.
140
+	 * Many gateways won't want ot display anything, so this function just returns an empty string.
141
+	 * Other gateways may want to override this, such as offline gateways.
142
+	 *
143
+	 * @param \EE_Payment $payment
144
+	 * @return string
145
+	 */
146
+	public function payment_overview_content(EE_Payment $payment)
147
+	{
148
+		return EEH_Template::locate_template(
149
+			'payment_methods/Invoice/templates/invoice_payment_details_content.template.php',
150
+			array_merge(
151
+				array(
152
+					'payment_method'            => $this->_pm_instance,
153
+					'payment'                       => $payment,
154
+					'page_confirmation_text'                    => '',
155
+					'page_extra_info'   => '',
156
+					'invoice_url'                   => $payment->transaction()->primary_registration()->invoice_url('html')
157
+				),
158
+				$this->_pm_instance->all_extra_meta_array()
159
+			)
160
+		);
161
+	}
162 162
 }
Please login to merge, or discard this patch.
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
             '<br />'
41 41
         );
42 42
         parent::__construct($pm_instance);
43
-        $this->_default_button_url = $this->file_url() . 'lib/invoice-logo.png';
43
+        $this->_default_button_url = $this->file_url().'lib/invoice-logo.png';
44 44
     }
45 45
 
46 46
 
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     {
66 66
         $pdf_payee_input_name = 'pdf_payee_name';
67 67
         $confirmation_text_input_name = 'page_confirmation_text';
68
-        $form =  new EE_Payment_Method_Form(array(
68
+        $form = new EE_Payment_Method_Form(array(
69 69
 //              'payment_method_type' => $this,
70 70
                 'extra_meta_inputs' => array(
71 71
                     $pdf_payee_input_name => new EE_Text_Input(array(
@@ -79,12 +79,12 @@  discard block
 block discarded – undo
79 79
                         )),
80 80
                     'pdf_payee_address' => new EE_Text_Area_Input(array(
81 81
                         'html_label_text' => sprintf(esc_html__('Payee Address %s', 'event_espresso'), $this->get_help_tab_link()),
82
-                        'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ),
82
+                        'validation_strategies' => array(new EE_Full_HTML_Validation_Strategy()),
83 83
                     )),
84 84
                     'pdf_instructions' => new EE_Text_Area_Input(array(
85 85
                         'html_label_text' =>  sprintf(esc_html__("Instructions %s", "event_espresso"), $this->get_help_tab_link()),
86 86
                         'default' =>  esc_html__("Please send this invoice with payment attached to the address above, or use the payment link below. Payment must be received within 48 hours of event date.", 'event_espresso'),
87
-                        'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ),
87
+                        'validation_strategies' => array(new EE_Full_HTML_Validation_Strategy()),
88 88
                     )),
89 89
                     'pdf_logo_image' => new EE_Admin_File_Uploader_Input(array(
90 90
                         'html_label_text' =>  sprintf(esc_html__("Logo Image %s", "event_espresso"), $this->get_help_tab_link()),
@@ -94,24 +94,24 @@  discard block
 block discarded – undo
94 94
                     $confirmation_text_input_name => new EE_Text_Area_Input(array(
95 95
                         'html_label_text' =>  sprintf(esc_html__("Confirmation Text %s", "event_espresso"), $this->get_help_tab_link()),
96 96
                         'default' =>  esc_html__("Payment must be received within 48 hours of event date. Details about where to send the payment are included on the invoice.", 'event_espresso'),
97
-                        'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ),
97
+                        'validation_strategies' => array(new EE_Full_HTML_Validation_Strategy()),
98 98
                     )),
99 99
                     'page_extra_info' => new EE_Text_Area_Input(array(
100 100
                         'html_label_text' =>  sprintf(esc_html__("Extra Info %s", "event_espresso"), $this->get_help_tab_link()),
101
-                        'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ),
101
+                        'validation_strategies' => array(new EE_Full_HTML_Validation_Strategy()),
102 102
                     )),
103 103
                 ),
104 104
                 'include' => array(
105
-                    'PMD_ID', 'PMD_name','PMD_desc','PMD_admin_name','PMD_admin_desc', 'PMD_type','PMD_slug', 'PMD_open_by_default','PMD_button_url','PMD_scope','Currency','PMD_order',
106
-                    $pdf_payee_input_name, 'pdf_payee_email', 'pdf_payee_tax_number', 'pdf_payee_address', 'pdf_instructions','pdf_logo_image',
105
+                    'PMD_ID', 'PMD_name', 'PMD_desc', 'PMD_admin_name', 'PMD_admin_desc', 'PMD_type', 'PMD_slug', 'PMD_open_by_default', 'PMD_button_url', 'PMD_scope', 'Currency', 'PMD_order',
106
+                    $pdf_payee_input_name, 'pdf_payee_email', 'pdf_payee_tax_number', 'pdf_payee_address', 'pdf_instructions', 'pdf_logo_image',
107 107
                     $confirmation_text_input_name, 'page_extra_info'),
108 108
             ));
109 109
         $form->add_subsections(
110
-            array( 'header1' => new EE_Form_Section_HTML_From_Template('payment_methods/Invoice/templates/invoice_settings_header_display.template.php')),
110
+            array('header1' => new EE_Form_Section_HTML_From_Template('payment_methods/Invoice/templates/invoice_settings_header_display.template.php')),
111 111
             $pdf_payee_input_name
112 112
         );
113 113
         $form->add_subsections(
114
-            array( 'header2' => new EE_Form_Section_HTML_From_Template('payment_methods/Invoice/templates/invoice_settings_header_gateway.template.php')),
114
+            array('header2' => new EE_Form_Section_HTML_From_Template('payment_methods/Invoice/templates/invoice_settings_header_gateway.template.php')),
115 115
             $confirmation_text_input_name
116 116
         );
117 117
         return $form;
Please login to merge, or discard this patch.