Changeset 1939078
- Timestamp:
- 09/11/2018 06:02:27 AM (8 years ago)
- Location:
- simple-espace-table
- Files:
-
- 3 edited
-
tags/1.3/includes/espace/Builders/GoogleCalendarBuilder.php (modified) (3 diffs)
-
trunk/includes/espace/AjaxMethods.php (modified) (1 diff)
-
trunk/includes/espace/Builders/GoogleCalendarBuilder.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-espace-table/tags/1.3/includes/espace/Builders/GoogleCalendarBuilder.php
r1939064 r1939078 1 <?php 1 <?php 2 2 3 3 namespace Espace\Builders; … … 8 8 class GoogleCalendarBuilder implements CalendarBuilderInterface { 9 9 const GOOGLE_CALENDAR_URL = 'https://www.google.com/calendar/event?'; 10 10 11 11 // members 12 12 protected $queryParams = []; … … 62 62 } 63 63 64 $this-> dates['location'] = $address;64 $this->queryParams['location'] = $address; 65 65 66 66 return $this; -
simple-espace-table/trunk/includes/espace/AjaxMethods.php
r1933575 r1939078 1 <?php 1 <?php 2 2 3 3 namespace Espace; -
simple-espace-table/trunk/includes/espace/Builders/GoogleCalendarBuilder.php
r1933575 r1939078 1 <?php 1 <?php 2 2 3 3 namespace Espace\Builders; … … 8 8 class GoogleCalendarBuilder implements CalendarBuilderInterface { 9 9 const GOOGLE_CALENDAR_URL = 'https://www.google.com/calendar/event?'; 10 10 11 11 // members 12 12 protected $queryParams = []; … … 62 62 } 63 63 64 $this-> dates['location'] = $address;64 $this->queryParams['location'] = $address; 65 65 66 66 return $this;
Note: See TracChangeset
for help on using the changeset viewer.