@@ -164,8 +164,8 @@ discard block |
||
164 | 164 | // ========================================================================= |
165 | 165 | |
166 | 166 | /** |
167 | - * @inheritdoc |
|
168 | - */ |
|
167 | + * @inheritdoc |
|
168 | + */ |
|
169 | 169 | public function init() |
170 | 170 | { |
171 | 171 | parent::init(); |
@@ -196,8 +196,8 @@ discard block |
||
196 | 196 | } |
197 | 197 | |
198 | 198 | /** |
199 | - * @inheritdoc |
|
200 | - */ |
|
199 | + * @inheritdoc |
|
200 | + */ |
|
201 | 201 | public function rules() |
202 | 202 | { |
203 | 203 | $rules = parent::rules(); |
@@ -401,32 +401,32 @@ discard block |
||
401 | 401 | 'about' => ['Thing'], |
402 | 402 | 'actor' => ['Person'], |
403 | 403 | 'aggregateRating' => ['AggregateRating'], |
404 | - 'attendee' => ['Organization','Person'], |
|
404 | + 'attendee' => ['Organization', 'Person'], |
|
405 | 405 | 'audience' => ['Audience'], |
406 | - 'composer' => ['Organization','Person'], |
|
407 | - 'contributor' => ['Organization','Person'], |
|
406 | + 'composer' => ['Organization', 'Person'], |
|
407 | + 'contributor' => ['Organization', 'Person'], |
|
408 | 408 | 'director' => ['Person'], |
409 | 409 | 'doorTime' => ['DateTime'], |
410 | 410 | 'duration' => ['Duration'], |
411 | - 'endDate' => ['Date','DateTime'], |
|
411 | + 'endDate' => ['Date', 'DateTime'], |
|
412 | 412 | 'eventStatus' => ['EventStatusType'], |
413 | - 'funder' => ['Organization','Person'], |
|
414 | - 'inLanguage' => ['Language','Text'], |
|
413 | + 'funder' => ['Organization', 'Person'], |
|
414 | + 'inLanguage' => ['Language', 'Text'], |
|
415 | 415 | 'isAccessibleForFree' => ['Boolean'], |
416 | - 'location' => ['Place','PostalAddress','Text'], |
|
416 | + 'location' => ['Place', 'PostalAddress', 'Text'], |
|
417 | 417 | 'maximumAttendeeCapacity' => ['Integer'], |
418 | 418 | 'offers' => ['Offer'], |
419 | - 'organizer' => ['Organization','Person'], |
|
420 | - 'performer' => ['Organization','Person'], |
|
419 | + 'organizer' => ['Organization', 'Person'], |
|
420 | + 'performer' => ['Organization', 'Person'], |
|
421 | 421 | 'previousStartDate' => ['Date'], |
422 | 422 | 'recordedIn' => ['CreativeWork'], |
423 | 423 | 'remainingAttendeeCapacity' => ['Integer'], |
424 | 424 | 'review' => ['Review'], |
425 | - 'sponsor' => ['Organization','Person'], |
|
426 | - 'startDate' => ['Date','DateTime'], |
|
425 | + 'sponsor' => ['Organization', 'Person'], |
|
426 | + 'startDate' => ['Date', 'DateTime'], |
|
427 | 427 | 'subEvent' => ['Event'], |
428 | 428 | 'superEvent' => ['Event'], |
429 | - 'translator' => ['Organization','Person'], |
|
429 | + 'translator' => ['Organization', 'Person'], |
|
430 | 430 | 'typicalAgeRange' => ['Text'], |
431 | 431 | 'workFeatured' => ['CreativeWork'], |
432 | 432 | 'workPerformed' => ['CreativeWork'] |
@@ -530,7 +530,7 @@ discard block |
||
530 | 530 | { |
531 | 531 | $rules = parent::rules(); |
532 | 532 | $rules = array_merge($rules, [ |
533 | - [['about','actor','aggregateRating','attendee','audience','composer','contributor','director','doorTime','duration','endDate','eventStatus','funder','inLanguage','isAccessibleForFree','location','maximumAttendeeCapacity','offers','organizer','performer','previousStartDate','recordedIn','remainingAttendeeCapacity','review','sponsor','startDate','subEvent','superEvent','translator','typicalAgeRange','workFeatured','workPerformed'], 'validateJsonSchema'], |
|
533 | + [['about', 'actor', 'aggregateRating', 'attendee', 'audience', 'composer', 'contributor', 'director', 'doorTime', 'duration', 'endDate', 'eventStatus', 'funder', 'inLanguage', 'isAccessibleForFree', 'location', 'maximumAttendeeCapacity', 'offers', 'organizer', 'performer', 'previousStartDate', 'recordedIn', 'remainingAttendeeCapacity', 'review', 'sponsor', 'startDate', 'subEvent', 'superEvent', 'translator', 'typicalAgeRange', 'workFeatured', 'workPerformed'], 'validateJsonSchema'], |
|
534 | 534 | [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
535 | 535 | [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
536 | 536 | ]); |
@@ -164,8 +164,8 @@ discard block |
||
164 | 164 | // ========================================================================= |
165 | 165 | |
166 | 166 | /** |
167 | - * @inheritdoc |
|
168 | - */ |
|
167 | + * @inheritdoc |
|
168 | + */ |
|
169 | 169 | public function init() |
170 | 170 | { |
171 | 171 | parent::init(); |
@@ -196,8 +196,8 @@ discard block |
||
196 | 196 | } |
197 | 197 | |
198 | 198 | /** |
199 | - * @inheritdoc |
|
200 | - */ |
|
199 | + * @inheritdoc |
|
200 | + */ |
|
201 | 201 | public function rules() |
202 | 202 | { |
203 | 203 | $rules = parent::rules(); |
@@ -436,7 +436,7 @@ discard block |
||
436 | 436 | */ |
437 | 437 | static protected $_schemaPropertyExpectedTypes = [ |
438 | 438 | 'additionalProperty' => ['PropertyValue'], |
439 | - 'address' => ['PostalAddress','Text'], |
|
439 | + 'address' => ['PostalAddress', 'Text'], |
|
440 | 440 | 'aggregateRating' => ['AggregateRating'], |
441 | 441 | 'amenityFeature' => ['LocationFeatureSpecification'], |
442 | 442 | 'branchCode' => ['Text'], |
@@ -444,25 +444,25 @@ discard block |
||
444 | 444 | 'containsPlace' => ['Place'], |
445 | 445 | 'event' => ['Event'], |
446 | 446 | 'faxNumber' => ['Text'], |
447 | - 'geo' => ['GeoCoordinates','GeoShape'], |
|
448 | - 'geoContains' => ['GeospatialGeometry','Place'], |
|
449 | - 'geoCoveredBy' => ['GeospatialGeometry','Place'], |
|
450 | - 'geoCovers' => ['GeospatialGeometry','Place'], |
|
451 | - 'geoCrosses' => ['GeospatialGeometry','Place'], |
|
452 | - 'geoDisjoint' => ['GeospatialGeometry','Place'], |
|
453 | - 'geoEquals' => ['GeospatialGeometry','Place'], |
|
454 | - 'geoIntersects' => ['GeospatialGeometry','Place'], |
|
455 | - 'geoOverlaps' => ['GeospatialGeometry','Place'], |
|
456 | - 'geoTouches' => ['GeospatialGeometry','Place'], |
|
457 | - 'geoWithin' => ['GeospatialGeometry','Place'], |
|
447 | + 'geo' => ['GeoCoordinates', 'GeoShape'], |
|
448 | + 'geoContains' => ['GeospatialGeometry', 'Place'], |
|
449 | + 'geoCoveredBy' => ['GeospatialGeometry', 'Place'], |
|
450 | + 'geoCovers' => ['GeospatialGeometry', 'Place'], |
|
451 | + 'geoCrosses' => ['GeospatialGeometry', 'Place'], |
|
452 | + 'geoDisjoint' => ['GeospatialGeometry', 'Place'], |
|
453 | + 'geoEquals' => ['GeospatialGeometry', 'Place'], |
|
454 | + 'geoIntersects' => ['GeospatialGeometry', 'Place'], |
|
455 | + 'geoOverlaps' => ['GeospatialGeometry', 'Place'], |
|
456 | + 'geoTouches' => ['GeospatialGeometry', 'Place'], |
|
457 | + 'geoWithin' => ['GeospatialGeometry', 'Place'], |
|
458 | 458 | 'globalLocationNumber' => ['Text'], |
459 | - 'hasMap' => ['Map','URL'], |
|
459 | + 'hasMap' => ['Map', 'URL'], |
|
460 | 460 | 'isAccessibleForFree' => ['Boolean'], |
461 | 461 | 'isicV4' => ['Text'], |
462 | - 'logo' => ['ImageObject','URL'], |
|
462 | + 'logo' => ['ImageObject', 'URL'], |
|
463 | 463 | 'maximumAttendeeCapacity' => ['Integer'], |
464 | 464 | 'openingHoursSpecification' => ['OpeningHoursSpecification'], |
465 | - 'photo' => ['ImageObject','Photograph'], |
|
465 | + 'photo' => ['ImageObject', 'Photograph'], |
|
466 | 466 | 'publicAccess' => ['Boolean'], |
467 | 467 | 'review' => ['Review'], |
468 | 468 | 'slogan' => ['Text'], |
@@ -571,7 +571,7 @@ discard block |
||
571 | 571 | { |
572 | 572 | $rules = parent::rules(); |
573 | 573 | $rules = array_merge($rules, [ |
574 | - [['additionalProperty','address','aggregateRating','amenityFeature','branchCode','containedInPlace','containsPlace','event','faxNumber','geo','geoContains','geoCoveredBy','geoCovers','geoCrosses','geoDisjoint','geoEquals','geoIntersects','geoOverlaps','geoTouches','geoWithin','globalLocationNumber','hasMap','isAccessibleForFree','isicV4','logo','maximumAttendeeCapacity','openingHoursSpecification','photo','publicAccess','review','slogan','smokingAllowed','specialOpeningHoursSpecification','telephone'], 'validateJsonSchema'], |
|
574 | + [['additionalProperty', 'address', 'aggregateRating', 'amenityFeature', 'branchCode', 'containedInPlace', 'containsPlace', 'event', 'faxNumber', 'geo', 'geoContains', 'geoCoveredBy', 'geoCovers', 'geoCrosses', 'geoDisjoint', 'geoEquals', 'geoIntersects', 'geoOverlaps', 'geoTouches', 'geoWithin', 'globalLocationNumber', 'hasMap', 'isAccessibleForFree', 'isicV4', 'logo', 'maximumAttendeeCapacity', 'openingHoursSpecification', 'photo', 'publicAccess', 'review', 'slogan', 'smokingAllowed', 'specialOpeningHoursSpecification', 'telephone'], 'validateJsonSchema'], |
|
575 | 575 | [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
576 | 576 | [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
577 | 577 | ]); |
@@ -164,8 +164,8 @@ discard block |
||
164 | 164 | // ========================================================================= |
165 | 165 | |
166 | 166 | /** |
167 | - * @inheritdoc |
|
168 | - */ |
|
167 | + * @inheritdoc |
|
168 | + */ |
|
169 | 169 | public function init() |
170 | 170 | { |
171 | 171 | parent::init(); |
@@ -196,8 +196,8 @@ discard block |
||
196 | 196 | } |
197 | 197 | |
198 | 198 | /** |
199 | - * @inheritdoc |
|
200 | - */ |
|
199 | + * @inheritdoc |
|
200 | + */ |
|
201 | 201 | public function rules() |
202 | 202 | { |
203 | 203 | $rules = parent::rules(); |
@@ -182,10 +182,10 @@ discard block |
||
182 | 182 | 'additionalProperty' => ['PropertyValue'], |
183 | 183 | 'maxValue' => ['Number'], |
184 | 184 | 'minValue' => ['Number'], |
185 | - 'unitCode' => ['Text','URL'], |
|
185 | + 'unitCode' => ['Text', 'URL'], |
|
186 | 186 | 'unitText' => ['Text'], |
187 | - 'value' => ['Boolean','Number','StructuredValue','Text'], |
|
188 | - 'valueReference' => ['Enumeration','PropertyValue','QualitativeValue','QuantitativeValue','StructuredValue'] |
|
187 | + 'value' => ['Boolean', 'Number', 'StructuredValue', 'Text'], |
|
188 | + 'valueReference' => ['Enumeration', 'PropertyValue', 'QualitativeValue', 'QuantitativeValue', 'StructuredValue'] |
|
189 | 189 | ]; |
190 | 190 | |
191 | 191 | /** |
@@ -261,7 +261,7 @@ discard block |
||
261 | 261 | { |
262 | 262 | $rules = parent::rules(); |
263 | 263 | $rules = array_merge($rules, [ |
264 | - [['additionalProperty','maxValue','minValue','unitCode','unitText','value','valueReference'], 'validateJsonSchema'], |
|
264 | + [['additionalProperty', 'maxValue', 'minValue', 'unitCode', 'unitText', 'value', 'valueReference'], 'validateJsonSchema'], |
|
265 | 265 | [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
266 | 266 | [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
267 | 267 | ]); |
@@ -164,8 +164,8 @@ discard block |
||
164 | 164 | // ========================================================================= |
165 | 165 | |
166 | 166 | /** |
167 | - * @inheritdoc |
|
168 | - */ |
|
167 | + * @inheritdoc |
|
168 | + */ |
|
169 | 169 | public function init() |
170 | 170 | { |
171 | 171 | parent::init(); |
@@ -196,8 +196,8 @@ discard block |
||
196 | 196 | } |
197 | 197 | |
198 | 198 | /** |
199 | - * @inheritdoc |
|
200 | - */ |
|
199 | + * @inheritdoc |
|
200 | + */ |
|
201 | 201 | public function rules() |
202 | 202 | { |
203 | 203 | $rules = parent::rules(); |
@@ -226,7 +226,7 @@ |
||
226 | 226 | { |
227 | 227 | $rules = parent::rules(); |
228 | 228 | $rules = array_merge($rules, [ |
229 | - [['currenciesAccepted','openingHours','paymentAccepted','priceRange'], 'validateJsonSchema'], |
|
229 | + [['currenciesAccepted', 'openingHours', 'paymentAccepted', 'priceRange'], 'validateJsonSchema'], |
|
230 | 230 | [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
231 | 231 | [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
232 | 232 | ]); |
@@ -164,8 +164,8 @@ discard block |
||
164 | 164 | // ========================================================================= |
165 | 165 | |
166 | 166 | /** |
167 | - * @inheritdoc |
|
168 | - */ |
|
167 | + * @inheritdoc |
|
168 | + */ |
|
169 | 169 | public function init() |
170 | 170 | { |
171 | 171 | parent::init(); |
@@ -196,8 +196,8 @@ discard block |
||
196 | 196 | } |
197 | 197 | |
198 | 198 | /** |
199 | - * @inheritdoc |
|
200 | - */ |
|
199 | + * @inheritdoc |
|
200 | + */ |
|
201 | 201 | public function rules() |
202 | 202 | { |
203 | 203 | $rules = parent::rules(); |
@@ -226,7 +226,7 @@ |
||
226 | 226 | { |
227 | 227 | $rules = parent::rules(); |
228 | 228 | $rules = array_merge($rules, [ |
229 | - [['currenciesAccepted','openingHours','paymentAccepted','priceRange'], 'validateJsonSchema'], |
|
229 | + [['currenciesAccepted', 'openingHours', 'paymentAccepted', 'priceRange'], 'validateJsonSchema'], |
|
230 | 230 | [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
231 | 231 | [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
232 | 232 | ]); |
@@ -164,8 +164,8 @@ discard block |
||
164 | 164 | // ========================================================================= |
165 | 165 | |
166 | 166 | /** |
167 | - * @inheritdoc |
|
168 | - */ |
|
167 | + * @inheritdoc |
|
168 | + */ |
|
169 | 169 | public function init() |
170 | 170 | { |
171 | 171 | parent::init(); |
@@ -196,8 +196,8 @@ discard block |
||
196 | 196 | } |
197 | 197 | |
198 | 198 | /** |
199 | - * @inheritdoc |
|
200 | - */ |
|
199 | + * @inheritdoc |
|
200 | + */ |
|
201 | 201 | public function rules() |
202 | 202 | { |
203 | 203 | $rules = parent::rules(); |
@@ -226,7 +226,7 @@ |
||
226 | 226 | { |
227 | 227 | $rules = parent::rules(); |
228 | 228 | $rules = array_merge($rules, [ |
229 | - [['currenciesAccepted','openingHours','paymentAccepted','priceRange'], 'validateJsonSchema'], |
|
229 | + [['currenciesAccepted', 'openingHours', 'paymentAccepted', 'priceRange'], 'validateJsonSchema'], |
|
230 | 230 | [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
231 | 231 | [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
232 | 232 | ]); |
@@ -164,8 +164,8 @@ discard block |
||
164 | 164 | // ========================================================================= |
165 | 165 | |
166 | 166 | /** |
167 | - * @inheritdoc |
|
168 | - */ |
|
167 | + * @inheritdoc |
|
168 | + */ |
|
169 | 169 | public function init() |
170 | 170 | { |
171 | 171 | parent::init(); |
@@ -196,8 +196,8 @@ discard block |
||
196 | 196 | } |
197 | 197 | |
198 | 198 | /** |
199 | - * @inheritdoc |
|
200 | - */ |
|
199 | + * @inheritdoc |
|
200 | + */ |
|
201 | 201 | public function rules() |
202 | 202 | { |
203 | 203 | $rules = parent::rules(); |
@@ -121,7 +121,7 @@ |
||
121 | 121 | * @var array |
122 | 122 | */ |
123 | 123 | static protected $_schemaPropertyExpectedTypes = [ |
124 | - 'supersededBy' => ['Class','Enumeration','Property'] |
|
124 | + 'supersededBy' => ['Class', 'Enumeration', 'Property'] |
|
125 | 125 | ]; |
126 | 126 | |
127 | 127 | /** |
@@ -164,8 +164,8 @@ discard block |
||
164 | 164 | // ========================================================================= |
165 | 165 | |
166 | 166 | /** |
167 | - * @inheritdoc |
|
168 | - */ |
|
167 | + * @inheritdoc |
|
168 | + */ |
|
169 | 169 | public function init() |
170 | 170 | { |
171 | 171 | parent::init(); |
@@ -196,8 +196,8 @@ discard block |
||
196 | 196 | } |
197 | 197 | |
198 | 198 | /** |
199 | - * @inheritdoc |
|
200 | - */ |
|
199 | + * @inheritdoc |
|
200 | + */ |
|
201 | 201 | public function rules() |
202 | 202 | { |
203 | 203 | $rules = parent::rules(); |
@@ -164,8 +164,8 @@ discard block |
||
164 | 164 | // ========================================================================= |
165 | 165 | |
166 | 166 | /** |
167 | - * @inheritdoc |
|
168 | - */ |
|
167 | + * @inheritdoc |
|
168 | + */ |
|
169 | 169 | public function init() |
170 | 170 | { |
171 | 171 | parent::init(); |
@@ -196,8 +196,8 @@ discard block |
||
196 | 196 | } |
197 | 197 | |
198 | 198 | /** |
199 | - * @inheritdoc |
|
200 | - */ |
|
199 | + * @inheritdoc |
|
200 | + */ |
|
201 | 201 | public function rules() |
202 | 202 | { |
203 | 203 | $rules = parent::rules(); |
@@ -226,7 +226,7 @@ |
||
226 | 226 | { |
227 | 227 | $rules = parent::rules(); |
228 | 228 | $rules = array_merge($rules, [ |
229 | - [['currenciesAccepted','openingHours','paymentAccepted','priceRange'], 'validateJsonSchema'], |
|
229 | + [['currenciesAccepted', 'openingHours', 'paymentAccepted', 'priceRange'], 'validateJsonSchema'], |
|
230 | 230 | [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
231 | 231 | [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
232 | 232 | ]); |