@@ -161,8 +161,8 @@ discard block |
||
161 | 161 | // ========================================================================= |
162 | 162 | |
163 | 163 | /** |
164 | - * @inheritdoc |
|
165 | - */ |
|
164 | + * @inheritdoc |
|
165 | + */ |
|
166 | 166 | public function init() |
167 | 167 | { |
168 | 168 | parent::init(); |
@@ -193,8 +193,8 @@ discard block |
||
193 | 193 | } |
194 | 194 | |
195 | 195 | /** |
196 | - * @inheritdoc |
|
197 | - */ |
|
196 | + * @inheritdoc |
|
197 | + */ |
|
198 | 198 | public function rules() |
199 | 199 | { |
200 | 200 | $rules = parent::rules(); |
@@ -60,35 +60,35 @@ discard block |
||
60 | 60 | * |
61 | 61 | * @var array |
62 | 62 | */ |
63 | - static public $schemaPropertyNames = []; |
|
63 | + static public $schemaPropertyNames = [ ]; |
|
64 | 64 | |
65 | 65 | /** |
66 | 66 | * The Schema.org composed Property Expected Types |
67 | 67 | * |
68 | 68 | * @var array |
69 | 69 | */ |
70 | - static public $schemaPropertyExpectedTypes = []; |
|
70 | + static public $schemaPropertyExpectedTypes = [ ]; |
|
71 | 71 | |
72 | 72 | /** |
73 | 73 | * The Schema.org composed Property Descriptions |
74 | 74 | * |
75 | 75 | * @var array |
76 | 76 | */ |
77 | - static public $schemaPropertyDescriptions = []; |
|
77 | + static public $schemaPropertyDescriptions = [ ]; |
|
78 | 78 | |
79 | 79 | /** |
80 | 80 | * The Schema.org composed Google Required Schema for this type |
81 | 81 | * |
82 | 82 | * @var array |
83 | 83 | */ |
84 | - static public $googleRequiredSchema = []; |
|
84 | + static public $googleRequiredSchema = [ ]; |
|
85 | 85 | |
86 | 86 | /** |
87 | 87 | * The Schema.org composed Google Recommended Schema for this type |
88 | 88 | * |
89 | 89 | * @var array |
90 | 90 | */ |
91 | - static public $googleRecommendedSchema = []; |
|
91 | + static public $googleRecommendedSchema = [ ]; |
|
92 | 92 | |
93 | 93 | // Public Properties |
94 | 94 | // ========================================================================= |
@@ -127,8 +127,8 @@ discard block |
||
127 | 127 | * @var array |
128 | 128 | */ |
129 | 129 | static protected $_schemaPropertyExpectedTypes = [ |
130 | - 'baseSalary' => ['MonetaryAmount','Number','PriceSpecification'], |
|
131 | - 'salaryCurrency' => ['Text'] |
|
130 | + 'baseSalary' => [ 'MonetaryAmount', 'Number', 'PriceSpecification' ], |
|
131 | + 'salaryCurrency' => [ 'Text' ] |
|
132 | 132 | ]; |
133 | 133 | |
134 | 134 | /** |
@@ -199,9 +199,9 @@ discard block |
||
199 | 199 | { |
200 | 200 | $rules = parent::rules(); |
201 | 201 | $rules = array_merge($rules, [ |
202 | - [['baseSalary','salaryCurrency'], 'validateJsonSchema'], |
|
203 | - [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
204 | - [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
202 | + [ [ 'baseSalary', 'salaryCurrency' ], 'validateJsonSchema' ], |
|
203 | + [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ], |
|
204 | + [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ] |
|
205 | 205 | ]); |
206 | 206 | |
207 | 207 | return $rules; |
@@ -523,8 +523,8 @@ discard block |
||
523 | 523 | // ========================================================================= |
524 | 524 | |
525 | 525 | /** |
526 | - * @inheritdoc |
|
527 | - */ |
|
526 | + * @inheritdoc |
|
527 | + */ |
|
528 | 528 | public function init() |
529 | 529 | { |
530 | 530 | parent::init(); |
@@ -555,8 +555,8 @@ discard block |
||
555 | 555 | } |
556 | 556 | |
557 | 557 | /** |
558 | - * @inheritdoc |
|
559 | - */ |
|
558 | + * @inheritdoc |
|
559 | + */ |
|
560 | 560 | public function rules() |
561 | 561 | { |
562 | 562 | $rules = parent::rules(); |
@@ -59,35 +59,35 @@ discard block |
||
59 | 59 | * |
60 | 60 | * @var array |
61 | 61 | */ |
62 | - static public $schemaPropertyNames = []; |
|
62 | + static public $schemaPropertyNames = [ ]; |
|
63 | 63 | |
64 | 64 | /** |
65 | 65 | * The Schema.org composed Property Expected Types |
66 | 66 | * |
67 | 67 | * @var array |
68 | 68 | */ |
69 | - static public $schemaPropertyExpectedTypes = []; |
|
69 | + static public $schemaPropertyExpectedTypes = [ ]; |
|
70 | 70 | |
71 | 71 | /** |
72 | 72 | * The Schema.org composed Property Descriptions |
73 | 73 | * |
74 | 74 | * @var array |
75 | 75 | */ |
76 | - static public $schemaPropertyDescriptions = []; |
|
76 | + static public $schemaPropertyDescriptions = [ ]; |
|
77 | 77 | |
78 | 78 | /** |
79 | 79 | * The Schema.org composed Google Required Schema for this type |
80 | 80 | * |
81 | 81 | * @var array |
82 | 82 | */ |
83 | - static public $googleRequiredSchema = []; |
|
83 | + static public $googleRequiredSchema = [ ]; |
|
84 | 84 | |
85 | 85 | /** |
86 | 86 | * The Schema.org composed Google Recommended Schema for this type |
87 | 87 | * |
88 | 88 | * @var array |
89 | 89 | */ |
90 | - static public $googleRecommendedSchema = []; |
|
90 | + static public $googleRecommendedSchema = [ ]; |
|
91 | 91 | |
92 | 92 | // Public Properties |
93 | 93 | // ========================================================================= |
@@ -427,39 +427,39 @@ discard block |
||
427 | 427 | * @var array |
428 | 428 | */ |
429 | 429 | static protected $_schemaPropertyExpectedTypes = [ |
430 | - 'additionalProperty' => ['PropertyValue'], |
|
431 | - 'address' => ['PostalAddress','Text'], |
|
432 | - 'aggregateRating' => ['AggregateRating'], |
|
433 | - 'amenityFeature' => ['LocationFeatureSpecification'], |
|
434 | - 'branchCode' => ['Text'], |
|
435 | - 'containedInPlace' => ['Place'], |
|
436 | - 'containsPlace' => ['Place'], |
|
437 | - 'event' => ['Event'], |
|
438 | - 'faxNumber' => ['Text'], |
|
439 | - 'geo' => ['GeoCoordinates','GeoShape'], |
|
440 | - 'geospatiallyContains' => ['GeospatialGeometry','Place'], |
|
441 | - 'geospatiallyCoveredBy' => ['GeospatialGeometry','Place'], |
|
442 | - 'geospatiallyCovers' => ['GeospatialGeometry','Place'], |
|
443 | - 'geospatiallyCrosses' => ['GeospatialGeometry','Place'], |
|
444 | - 'geospatiallyDisjoint' => ['GeospatialGeometry','Place'], |
|
445 | - 'geospatiallyEquals' => ['GeospatialGeometry','Place'], |
|
446 | - 'geospatiallyIntersects' => ['GeospatialGeometry','Place'], |
|
447 | - 'geospatiallyOverlaps' => ['GeospatialGeometry','Place'], |
|
448 | - 'geospatiallyTouches' => ['GeospatialGeometry','Place'], |
|
449 | - 'geospatiallyWithin' => ['GeospatialGeometry','Place'], |
|
450 | - 'globalLocationNumber' => ['Text'], |
|
451 | - 'hasMap' => ['Map','URL'], |
|
452 | - 'isAccessibleForFree' => ['Boolean'], |
|
453 | - 'isicV4' => ['Text'], |
|
454 | - 'logo' => ['ImageObject','URL'], |
|
455 | - 'maximumAttendeeCapacity' => ['Integer'], |
|
456 | - 'openingHoursSpecification' => ['OpeningHoursSpecification'], |
|
457 | - 'photo' => ['ImageObject','Photograph'], |
|
458 | - 'publicAccess' => ['Boolean'], |
|
459 | - 'review' => ['Review'], |
|
460 | - 'smokingAllowed' => ['Boolean'], |
|
461 | - 'specialOpeningHoursSpecification' => ['OpeningHoursSpecification'], |
|
462 | - 'telephone' => ['Text'] |
|
430 | + 'additionalProperty' => [ 'PropertyValue' ], |
|
431 | + 'address' => [ 'PostalAddress', 'Text' ], |
|
432 | + 'aggregateRating' => [ 'AggregateRating' ], |
|
433 | + 'amenityFeature' => [ 'LocationFeatureSpecification' ], |
|
434 | + 'branchCode' => [ 'Text' ], |
|
435 | + 'containedInPlace' => [ 'Place' ], |
|
436 | + 'containsPlace' => [ 'Place' ], |
|
437 | + 'event' => [ 'Event' ], |
|
438 | + 'faxNumber' => [ 'Text' ], |
|
439 | + 'geo' => [ 'GeoCoordinates', 'GeoShape' ], |
|
440 | + 'geospatiallyContains' => [ 'GeospatialGeometry', 'Place' ], |
|
441 | + 'geospatiallyCoveredBy' => [ 'GeospatialGeometry', 'Place' ], |
|
442 | + 'geospatiallyCovers' => [ 'GeospatialGeometry', 'Place' ], |
|
443 | + 'geospatiallyCrosses' => [ 'GeospatialGeometry', 'Place' ], |
|
444 | + 'geospatiallyDisjoint' => [ 'GeospatialGeometry', 'Place' ], |
|
445 | + 'geospatiallyEquals' => [ 'GeospatialGeometry', 'Place' ], |
|
446 | + 'geospatiallyIntersects' => [ 'GeospatialGeometry', 'Place' ], |
|
447 | + 'geospatiallyOverlaps' => [ 'GeospatialGeometry', 'Place' ], |
|
448 | + 'geospatiallyTouches' => [ 'GeospatialGeometry', 'Place' ], |
|
449 | + 'geospatiallyWithin' => [ 'GeospatialGeometry', 'Place' ], |
|
450 | + 'globalLocationNumber' => [ 'Text' ], |
|
451 | + 'hasMap' => [ 'Map', 'URL' ], |
|
452 | + 'isAccessibleForFree' => [ 'Boolean' ], |
|
453 | + 'isicV4' => [ 'Text' ], |
|
454 | + 'logo' => [ 'ImageObject', 'URL' ], |
|
455 | + 'maximumAttendeeCapacity' => [ 'Integer' ], |
|
456 | + 'openingHoursSpecification' => [ 'OpeningHoursSpecification' ], |
|
457 | + 'photo' => [ 'ImageObject', 'Photograph' ], |
|
458 | + 'publicAccess' => [ 'Boolean' ], |
|
459 | + 'review' => [ 'Review' ], |
|
460 | + 'smokingAllowed' => [ 'Boolean' ], |
|
461 | + 'specialOpeningHoursSpecification' => [ 'OpeningHoursSpecification' ], |
|
462 | + 'telephone' => [ 'Text' ] |
|
463 | 463 | ]; |
464 | 464 | |
465 | 465 | /** |
@@ -561,9 +561,9 @@ discard block |
||
561 | 561 | { |
562 | 562 | $rules = parent::rules(); |
563 | 563 | $rules = array_merge($rules, [ |
564 | - [['additionalProperty','address','aggregateRating','amenityFeature','branchCode','containedInPlace','containsPlace','event','faxNumber','geo','geospatiallyContains','geospatiallyCoveredBy','geospatiallyCovers','geospatiallyCrosses','geospatiallyDisjoint','geospatiallyEquals','geospatiallyIntersects','geospatiallyOverlaps','geospatiallyTouches','geospatiallyWithin','globalLocationNumber','hasMap','isAccessibleForFree','isicV4','logo','maximumAttendeeCapacity','openingHoursSpecification','photo','publicAccess','review','smokingAllowed','specialOpeningHoursSpecification','telephone'], 'validateJsonSchema'], |
|
565 | - [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
566 | - [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
564 | + [ [ 'additionalProperty', 'address', 'aggregateRating', 'amenityFeature', 'branchCode', 'containedInPlace', 'containsPlace', 'event', 'faxNumber', 'geo', 'geospatiallyContains', 'geospatiallyCoveredBy', 'geospatiallyCovers', 'geospatiallyCrosses', 'geospatiallyDisjoint', 'geospatiallyEquals', 'geospatiallyIntersects', 'geospatiallyOverlaps', 'geospatiallyTouches', 'geospatiallyWithin', 'globalLocationNumber', 'hasMap', 'isAccessibleForFree', 'isicV4', 'logo', 'maximumAttendeeCapacity', 'openingHoursSpecification', 'photo', 'publicAccess', 'review', 'smokingAllowed', 'specialOpeningHoursSpecification', 'telephone' ], 'validateJsonSchema' ], |
|
565 | + [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ], |
|
566 | + [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ] |
|
567 | 567 | ]); |
568 | 568 | |
569 | 569 | return $rules; |
@@ -226,8 +226,8 @@ discard block |
||
226 | 226 | // ========================================================================= |
227 | 227 | |
228 | 228 | /** |
229 | - * @inheritdoc |
|
230 | - */ |
|
229 | + * @inheritdoc |
|
230 | + */ |
|
231 | 231 | public function init() |
232 | 232 | { |
233 | 233 | parent::init(); |
@@ -258,8 +258,8 @@ discard block |
||
258 | 258 | } |
259 | 259 | |
260 | 260 | /** |
261 | - * @inheritdoc |
|
262 | - */ |
|
261 | + * @inheritdoc |
|
262 | + */ |
|
263 | 263 | public function rules() |
264 | 264 | { |
265 | 265 | $rules = parent::rules(); |
@@ -60,35 +60,35 @@ discard block |
||
60 | 60 | * |
61 | 61 | * @var array |
62 | 62 | */ |
63 | - static public $schemaPropertyNames = []; |
|
63 | + static public $schemaPropertyNames = [ ]; |
|
64 | 64 | |
65 | 65 | /** |
66 | 66 | * The Schema.org composed Property Expected Types |
67 | 67 | * |
68 | 68 | * @var array |
69 | 69 | */ |
70 | - static public $schemaPropertyExpectedTypes = []; |
|
70 | + static public $schemaPropertyExpectedTypes = [ ]; |
|
71 | 71 | |
72 | 72 | /** |
73 | 73 | * The Schema.org composed Property Descriptions |
74 | 74 | * |
75 | 75 | * @var array |
76 | 76 | */ |
77 | - static public $schemaPropertyDescriptions = []; |
|
77 | + static public $schemaPropertyDescriptions = [ ]; |
|
78 | 78 | |
79 | 79 | /** |
80 | 80 | * The Schema.org composed Google Required Schema for this type |
81 | 81 | * |
82 | 82 | * @var array |
83 | 83 | */ |
84 | - static public $googleRequiredSchema = []; |
|
84 | + static public $googleRequiredSchema = [ ]; |
|
85 | 85 | |
86 | 86 | /** |
87 | 87 | * The Schema.org composed Google Recommended Schema for this type |
88 | 88 | * |
89 | 89 | * @var array |
90 | 90 | */ |
91 | - static public $googleRecommendedSchema = []; |
|
91 | + static public $googleRecommendedSchema = [ ]; |
|
92 | 92 | |
93 | 93 | // Public Properties |
94 | 94 | // ========================================================================= |
@@ -180,14 +180,14 @@ discard block |
||
180 | 180 | * @var array |
181 | 181 | */ |
182 | 182 | static protected $_schemaPropertyExpectedTypes = [ |
183 | - 'actor' => ['Person'], |
|
184 | - 'director' => ['Person'], |
|
185 | - 'episodeNumber' => ['Integer','Text'], |
|
186 | - 'musicBy' => ['MusicGroup','Person'], |
|
187 | - 'partOfSeason' => ['CreativeWorkSeason'], |
|
188 | - 'partOfSeries' => ['CreativeWorkSeries'], |
|
189 | - 'productionCompany' => ['Organization'], |
|
190 | - 'trailer' => ['VideoObject'] |
|
183 | + 'actor' => [ 'Person' ], |
|
184 | + 'director' => [ 'Person' ], |
|
185 | + 'episodeNumber' => [ 'Integer', 'Text' ], |
|
186 | + 'musicBy' => [ 'MusicGroup', 'Person' ], |
|
187 | + 'partOfSeason' => [ 'CreativeWorkSeason' ], |
|
188 | + 'partOfSeries' => [ 'CreativeWorkSeries' ], |
|
189 | + 'productionCompany' => [ 'Organization' ], |
|
190 | + 'trailer' => [ 'VideoObject' ] |
|
191 | 191 | ]; |
192 | 192 | |
193 | 193 | /** |
@@ -264,9 +264,9 @@ discard block |
||
264 | 264 | { |
265 | 265 | $rules = parent::rules(); |
266 | 266 | $rules = array_merge($rules, [ |
267 | - [['actor','director','episodeNumber','musicBy','partOfSeason','partOfSeries','productionCompany','trailer'], 'validateJsonSchema'], |
|
268 | - [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
269 | - [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
267 | + [ [ 'actor', 'director', 'episodeNumber', 'musicBy', 'partOfSeason', 'partOfSeries', 'productionCompany', 'trailer' ], 'validateJsonSchema' ], |
|
268 | + [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ], |
|
269 | + [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ] |
|
270 | 270 | ]); |
271 | 271 | |
272 | 272 | return $rules; |
@@ -188,8 +188,8 @@ discard block |
||
188 | 188 | // ========================================================================= |
189 | 189 | |
190 | 190 | /** |
191 | - * @inheritdoc |
|
192 | - */ |
|
191 | + * @inheritdoc |
|
192 | + */ |
|
193 | 193 | public function init() |
194 | 194 | { |
195 | 195 | parent::init(); |
@@ -220,8 +220,8 @@ discard block |
||
220 | 220 | } |
221 | 221 | |
222 | 222 | /** |
223 | - * @inheritdoc |
|
224 | - */ |
|
223 | + * @inheritdoc |
|
224 | + */ |
|
225 | 225 | public function rules() |
226 | 226 | { |
227 | 227 | $rules = parent::rules(); |
@@ -59,35 +59,35 @@ discard block |
||
59 | 59 | * |
60 | 60 | * @var array |
61 | 61 | */ |
62 | - static public $schemaPropertyNames = []; |
|
62 | + static public $schemaPropertyNames = [ ]; |
|
63 | 63 | |
64 | 64 | /** |
65 | 65 | * The Schema.org composed Property Expected Types |
66 | 66 | * |
67 | 67 | * @var array |
68 | 68 | */ |
69 | - static public $schemaPropertyExpectedTypes = []; |
|
69 | + static public $schemaPropertyExpectedTypes = [ ]; |
|
70 | 70 | |
71 | 71 | /** |
72 | 72 | * The Schema.org composed Property Descriptions |
73 | 73 | * |
74 | 74 | * @var array |
75 | 75 | */ |
76 | - static public $schemaPropertyDescriptions = []; |
|
76 | + static public $schemaPropertyDescriptions = [ ]; |
|
77 | 77 | |
78 | 78 | /** |
79 | 79 | * The Schema.org composed Google Required Schema for this type |
80 | 80 | * |
81 | 81 | * @var array |
82 | 82 | */ |
83 | - static public $googleRequiredSchema = []; |
|
83 | + static public $googleRequiredSchema = [ ]; |
|
84 | 84 | |
85 | 85 | /** |
86 | 86 | * The Schema.org composed Google Recommended Schema for this type |
87 | 87 | * |
88 | 88 | * @var array |
89 | 89 | */ |
90 | - static public $googleRecommendedSchema = []; |
|
90 | + static public $googleRecommendedSchema = [ ]; |
|
91 | 91 | |
92 | 92 | // Public Properties |
93 | 93 | // ========================================================================= |
@@ -150,10 +150,10 @@ discard block |
||
150 | 150 | * @var array |
151 | 151 | */ |
152 | 152 | static protected $_schemaPropertyExpectedTypes = [ |
153 | - 'currenciesAccepted' => ['Text'], |
|
154 | - 'openingHours' => ['Text'], |
|
155 | - 'paymentAccepted' => ['Text'], |
|
156 | - 'priceRange' => ['Text'] |
|
153 | + 'currenciesAccepted' => [ 'Text' ], |
|
154 | + 'openingHours' => [ 'Text' ], |
|
155 | + 'paymentAccepted' => [ 'Text' ], |
|
156 | + 'priceRange' => [ 'Text' ] |
|
157 | 157 | ]; |
158 | 158 | |
159 | 159 | /** |
@@ -226,9 +226,9 @@ discard block |
||
226 | 226 | { |
227 | 227 | $rules = parent::rules(); |
228 | 228 | $rules = array_merge($rules, [ |
229 | - [['currenciesAccepted','openingHours','paymentAccepted','priceRange'], 'validateJsonSchema'], |
|
230 | - [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
231 | - [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
229 | + [ [ 'currenciesAccepted', 'openingHours', 'paymentAccepted', 'priceRange' ], 'validateJsonSchema' ], |
|
230 | + [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ], |
|
231 | + [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ] |
|
232 | 232 | ]); |
233 | 233 | |
234 | 234 | return $rules; |
@@ -649,8 +649,8 @@ discard block |
||
649 | 649 | // ========================================================================= |
650 | 650 | |
651 | 651 | /** |
652 | - * @inheritdoc |
|
653 | - */ |
|
652 | + * @inheritdoc |
|
653 | + */ |
|
654 | 654 | public function init() |
655 | 655 | { |
656 | 656 | parent::init(); |
@@ -681,8 +681,8 @@ discard block |
||
681 | 681 | } |
682 | 682 | |
683 | 683 | /** |
684 | - * @inheritdoc |
|
685 | - */ |
|
684 | + * @inheritdoc |
|
685 | + */ |
|
686 | 686 | public function rules() |
687 | 687 | { |
688 | 688 | $rules = parent::rules(); |
@@ -59,35 +59,35 @@ discard block |
||
59 | 59 | * |
60 | 60 | * @var array |
61 | 61 | */ |
62 | - static public $schemaPropertyNames = []; |
|
62 | + static public $schemaPropertyNames = [ ]; |
|
63 | 63 | |
64 | 64 | /** |
65 | 65 | * The Schema.org composed Property Expected Types |
66 | 66 | * |
67 | 67 | * @var array |
68 | 68 | */ |
69 | - static public $schemaPropertyExpectedTypes = []; |
|
69 | + static public $schemaPropertyExpectedTypes = [ ]; |
|
70 | 70 | |
71 | 71 | /** |
72 | 72 | * The Schema.org composed Property Descriptions |
73 | 73 | * |
74 | 74 | * @var array |
75 | 75 | */ |
76 | - static public $schemaPropertyDescriptions = []; |
|
76 | + static public $schemaPropertyDescriptions = [ ]; |
|
77 | 77 | |
78 | 78 | /** |
79 | 79 | * The Schema.org composed Google Required Schema for this type |
80 | 80 | * |
81 | 81 | * @var array |
82 | 82 | */ |
83 | - static public $googleRequiredSchema = []; |
|
83 | + static public $googleRequiredSchema = [ ]; |
|
84 | 84 | |
85 | 85 | /** |
86 | 86 | * The Schema.org composed Google Recommended Schema for this type |
87 | 87 | * |
88 | 88 | * @var array |
89 | 89 | */ |
90 | - static public $googleRecommendedSchema = []; |
|
90 | + static public $googleRecommendedSchema = [ ]; |
|
91 | 91 | |
92 | 92 | // Public Properties |
93 | 93 | // ========================================================================= |
@@ -527,52 +527,52 @@ discard block |
||
527 | 527 | * @var array |
528 | 528 | */ |
529 | 529 | static protected $_schemaPropertyExpectedTypes = [ |
530 | - 'actionableFeedbackPolicy' => ['CreativeWork','URL'], |
|
531 | - 'address' => ['PostalAddress','Text'], |
|
532 | - 'aggregateRating' => ['AggregateRating'], |
|
533 | - 'alumni' => ['Person'], |
|
534 | - 'areaServed' => ['AdministrativeArea','GeoShape','Place','Text'], |
|
535 | - 'award' => ['Text'], |
|
536 | - 'brand' => ['Brand','Organization'], |
|
537 | - 'contactPoint' => ['ContactPoint'], |
|
538 | - 'correctionsPolicy' => ['CreativeWork','URL'], |
|
539 | - 'department' => ['Organization'], |
|
540 | - 'dissolutionDate' => ['Date'], |
|
541 | - 'diversityPolicy' => ['CreativeWork','URL'], |
|
542 | - 'duns' => ['Text'], |
|
543 | - 'email' => ['Text'], |
|
544 | - 'employee' => ['Person'], |
|
545 | - 'ethicsPolicy' => ['CreativeWork','URL'], |
|
546 | - 'event' => ['Event'], |
|
547 | - 'faxNumber' => ['Text'], |
|
548 | - 'founder' => ['Person'], |
|
549 | - 'foundingDate' => ['Date'], |
|
550 | - 'foundingLocation' => ['Place'], |
|
551 | - 'funder' => ['Organization','Person'], |
|
552 | - 'globalLocationNumber' => ['Text'], |
|
553 | - 'hasOfferCatalog' => ['OfferCatalog'], |
|
554 | - 'hasPOS' => ['Place'], |
|
555 | - 'isicV4' => ['Text'], |
|
556 | - 'legalName' => ['Text'], |
|
557 | - 'leiCode' => ['Text'], |
|
558 | - 'location' => ['Place','PostalAddress','Text'], |
|
559 | - 'logo' => ['ImageObject','URL'], |
|
560 | - 'makesOffer' => ['Offer'], |
|
561 | - 'member' => ['Organization','Person'], |
|
562 | - 'memberOf' => ['Organization','ProgramMembership'], |
|
563 | - 'naics' => ['Text'], |
|
564 | - 'numberOfEmployees' => ['QuantitativeValue'], |
|
565 | - 'owns' => ['OwnershipInfo','Product'], |
|
566 | - 'parentOrganization' => ['Organization'], |
|
567 | - 'publishingPrinciples' => ['CreativeWork','URL'], |
|
568 | - 'review' => ['Review'], |
|
569 | - 'seeks' => ['Demand'], |
|
570 | - 'sponsor' => ['Organization','Person'], |
|
571 | - 'subOrganization' => ['Organization'], |
|
572 | - 'taxID' => ['Text'], |
|
573 | - 'telephone' => ['Text'], |
|
574 | - 'unnamedSourcesPolicy' => ['CreativeWork','URL'], |
|
575 | - 'vatID' => ['Text'] |
|
530 | + 'actionableFeedbackPolicy' => [ 'CreativeWork', 'URL' ], |
|
531 | + 'address' => [ 'PostalAddress', 'Text' ], |
|
532 | + 'aggregateRating' => [ 'AggregateRating' ], |
|
533 | + 'alumni' => [ 'Person' ], |
|
534 | + 'areaServed' => [ 'AdministrativeArea', 'GeoShape', 'Place', 'Text' ], |
|
535 | + 'award' => [ 'Text' ], |
|
536 | + 'brand' => [ 'Brand', 'Organization' ], |
|
537 | + 'contactPoint' => [ 'ContactPoint' ], |
|
538 | + 'correctionsPolicy' => [ 'CreativeWork', 'URL' ], |
|
539 | + 'department' => [ 'Organization' ], |
|
540 | + 'dissolutionDate' => [ 'Date' ], |
|
541 | + 'diversityPolicy' => [ 'CreativeWork', 'URL' ], |
|
542 | + 'duns' => [ 'Text' ], |
|
543 | + 'email' => [ 'Text' ], |
|
544 | + 'employee' => [ 'Person' ], |
|
545 | + 'ethicsPolicy' => [ 'CreativeWork', 'URL' ], |
|
546 | + 'event' => [ 'Event' ], |
|
547 | + 'faxNumber' => [ 'Text' ], |
|
548 | + 'founder' => [ 'Person' ], |
|
549 | + 'foundingDate' => [ 'Date' ], |
|
550 | + 'foundingLocation' => [ 'Place' ], |
|
551 | + 'funder' => [ 'Organization', 'Person' ], |
|
552 | + 'globalLocationNumber' => [ 'Text' ], |
|
553 | + 'hasOfferCatalog' => [ 'OfferCatalog' ], |
|
554 | + 'hasPOS' => [ 'Place' ], |
|
555 | + 'isicV4' => [ 'Text' ], |
|
556 | + 'legalName' => [ 'Text' ], |
|
557 | + 'leiCode' => [ 'Text' ], |
|
558 | + 'location' => [ 'Place', 'PostalAddress', 'Text' ], |
|
559 | + 'logo' => [ 'ImageObject', 'URL' ], |
|
560 | + 'makesOffer' => [ 'Offer' ], |
|
561 | + 'member' => [ 'Organization', 'Person' ], |
|
562 | + 'memberOf' => [ 'Organization', 'ProgramMembership' ], |
|
563 | + 'naics' => [ 'Text' ], |
|
564 | + 'numberOfEmployees' => [ 'QuantitativeValue' ], |
|
565 | + 'owns' => [ 'OwnershipInfo', 'Product' ], |
|
566 | + 'parentOrganization' => [ 'Organization' ], |
|
567 | + 'publishingPrinciples' => [ 'CreativeWork', 'URL' ], |
|
568 | + 'review' => [ 'Review' ], |
|
569 | + 'seeks' => [ 'Demand' ], |
|
570 | + 'sponsor' => [ 'Organization', 'Person' ], |
|
571 | + 'subOrganization' => [ 'Organization' ], |
|
572 | + 'taxID' => [ 'Text' ], |
|
573 | + 'telephone' => [ 'Text' ], |
|
574 | + 'unnamedSourcesPolicy' => [ 'CreativeWork', 'URL' ], |
|
575 | + 'vatID' => [ 'Text' ] |
|
576 | 576 | ]; |
577 | 577 | |
578 | 578 | /** |
@@ -687,9 +687,9 @@ discard block |
||
687 | 687 | { |
688 | 688 | $rules = parent::rules(); |
689 | 689 | $rules = array_merge($rules, [ |
690 | - [['actionableFeedbackPolicy','address','aggregateRating','alumni','areaServed','award','brand','contactPoint','correctionsPolicy','department','dissolutionDate','diversityPolicy','duns','email','employee','ethicsPolicy','event','faxNumber','founder','foundingDate','foundingLocation','funder','globalLocationNumber','hasOfferCatalog','hasPOS','isicV4','legalName','leiCode','location','logo','makesOffer','member','memberOf','naics','numberOfEmployees','owns','parentOrganization','publishingPrinciples','review','seeks','sponsor','subOrganization','taxID','telephone','unnamedSourcesPolicy','vatID'], 'validateJsonSchema'], |
|
691 | - [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
692 | - [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
690 | + [ [ 'actionableFeedbackPolicy', 'address', 'aggregateRating', 'alumni', 'areaServed', 'award', 'brand', 'contactPoint', 'correctionsPolicy', 'department', 'dissolutionDate', 'diversityPolicy', 'duns', 'email', 'employee', 'ethicsPolicy', 'event', 'faxNumber', 'founder', 'foundingDate', 'foundingLocation', 'funder', 'globalLocationNumber', 'hasOfferCatalog', 'hasPOS', 'isicV4', 'legalName', 'leiCode', 'location', 'logo', 'makesOffer', 'member', 'memberOf', 'naics', 'numberOfEmployees', 'owns', 'parentOrganization', 'publishingPrinciples', 'review', 'seeks', 'sponsor', 'subOrganization', 'taxID', 'telephone', 'unnamedSourcesPolicy', 'vatID' ], 'validateJsonSchema' ], |
|
691 | + [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ], |
|
692 | + [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ] |
|
693 | 693 | ]); |
694 | 694 | |
695 | 695 | return $rules; |
@@ -222,8 +222,8 @@ discard block |
||
222 | 222 | // ========================================================================= |
223 | 223 | |
224 | 224 | /** |
225 | - * @inheritdoc |
|
226 | - */ |
|
225 | + * @inheritdoc |
|
226 | + */ |
|
227 | 227 | public function init() |
228 | 228 | { |
229 | 229 | parent::init(); |
@@ -254,8 +254,8 @@ discard block |
||
254 | 254 | } |
255 | 255 | |
256 | 256 | /** |
257 | - * @inheritdoc |
|
258 | - */ |
|
257 | + * @inheritdoc |
|
258 | + */ |
|
259 | 259 | public function rules() |
260 | 260 | { |
261 | 261 | $rules = parent::rules(); |
@@ -59,35 +59,35 @@ discard block |
||
59 | 59 | * |
60 | 60 | * @var array |
61 | 61 | */ |
62 | - static public $schemaPropertyNames = []; |
|
62 | + static public $schemaPropertyNames = [ ]; |
|
63 | 63 | |
64 | 64 | /** |
65 | 65 | * The Schema.org composed Property Expected Types |
66 | 66 | * |
67 | 67 | * @var array |
68 | 68 | */ |
69 | - static public $schemaPropertyExpectedTypes = []; |
|
69 | + static public $schemaPropertyExpectedTypes = [ ]; |
|
70 | 70 | |
71 | 71 | /** |
72 | 72 | * The Schema.org composed Property Descriptions |
73 | 73 | * |
74 | 74 | * @var array |
75 | 75 | */ |
76 | - static public $schemaPropertyDescriptions = []; |
|
76 | + static public $schemaPropertyDescriptions = [ ]; |
|
77 | 77 | |
78 | 78 | /** |
79 | 79 | * The Schema.org composed Google Required Schema for this type |
80 | 80 | * |
81 | 81 | * @var array |
82 | 82 | */ |
83 | - static public $googleRequiredSchema = []; |
|
83 | + static public $googleRequiredSchema = [ ]; |
|
84 | 84 | |
85 | 85 | /** |
86 | 86 | * The Schema.org composed Google Recommended Schema for this type |
87 | 87 | * |
88 | 88 | * @var array |
89 | 89 | */ |
90 | - static public $googleRecommendedSchema = []; |
|
90 | + static public $googleRecommendedSchema = [ ]; |
|
91 | 91 | |
92 | 92 | // Public Properties |
93 | 93 | // ========================================================================= |
@@ -176,14 +176,14 @@ discard block |
||
176 | 176 | * @var array |
177 | 177 | */ |
178 | 178 | static protected $_schemaPropertyExpectedTypes = [ |
179 | - 'dateIssued' => ['DateTime'], |
|
180 | - 'issuedBy' => ['Organization'], |
|
181 | - 'priceCurrency' => ['Text'], |
|
182 | - 'ticketNumber' => ['Text'], |
|
183 | - 'ticketToken' => ['Text','URL'], |
|
184 | - 'ticketedSeat' => ['Seat'], |
|
185 | - 'totalPrice' => ['Number','PriceSpecification','Text'], |
|
186 | - 'underName' => ['Organization','Person'] |
|
179 | + 'dateIssued' => [ 'DateTime' ], |
|
180 | + 'issuedBy' => [ 'Organization' ], |
|
181 | + 'priceCurrency' => [ 'Text' ], |
|
182 | + 'ticketNumber' => [ 'Text' ], |
|
183 | + 'ticketToken' => [ 'Text', 'URL' ], |
|
184 | + 'ticketedSeat' => [ 'Seat' ], |
|
185 | + 'totalPrice' => [ 'Number', 'PriceSpecification', 'Text' ], |
|
186 | + 'underName' => [ 'Organization', 'Person' ] |
|
187 | 187 | ]; |
188 | 188 | |
189 | 189 | /** |
@@ -260,9 +260,9 @@ discard block |
||
260 | 260 | { |
261 | 261 | $rules = parent::rules(); |
262 | 262 | $rules = array_merge($rules, [ |
263 | - [['dateIssued','issuedBy','priceCurrency','ticketNumber','ticketToken','ticketedSeat','totalPrice','underName'], 'validateJsonSchema'], |
|
264 | - [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
265 | - [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
263 | + [ [ 'dateIssued', 'issuedBy', 'priceCurrency', 'ticketNumber', 'ticketToken', 'ticketedSeat', 'totalPrice', 'underName' ], 'validateJsonSchema' ], |
|
264 | + [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ], |
|
265 | + [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ] |
|
266 | 266 | ]); |
267 | 267 | |
268 | 268 | return $rules; |
@@ -266,8 +266,8 @@ discard block |
||
266 | 266 | // ========================================================================= |
267 | 267 | |
268 | 268 | /** |
269 | - * @inheritdoc |
|
270 | - */ |
|
269 | + * @inheritdoc |
|
270 | + */ |
|
271 | 271 | public function init() |
272 | 272 | { |
273 | 273 | parent::init(); |
@@ -298,8 +298,8 @@ discard block |
||
298 | 298 | } |
299 | 299 | |
300 | 300 | /** |
301 | - * @inheritdoc |
|
302 | - */ |
|
301 | + * @inheritdoc |
|
302 | + */ |
|
303 | 303 | public function rules() |
304 | 304 | { |
305 | 305 | $rules = parent::rules(); |
@@ -60,35 +60,35 @@ discard block |
||
60 | 60 | * |
61 | 61 | * @var array |
62 | 62 | */ |
63 | - static public $schemaPropertyNames = []; |
|
63 | + static public $schemaPropertyNames = [ ]; |
|
64 | 64 | |
65 | 65 | /** |
66 | 66 | * The Schema.org composed Property Expected Types |
67 | 67 | * |
68 | 68 | * @var array |
69 | 69 | */ |
70 | - static public $schemaPropertyExpectedTypes = []; |
|
70 | + static public $schemaPropertyExpectedTypes = [ ]; |
|
71 | 71 | |
72 | 72 | /** |
73 | 73 | * The Schema.org composed Property Descriptions |
74 | 74 | * |
75 | 75 | * @var array |
76 | 76 | */ |
77 | - static public $schemaPropertyDescriptions = []; |
|
77 | + static public $schemaPropertyDescriptions = [ ]; |
|
78 | 78 | |
79 | 79 | /** |
80 | 80 | * The Schema.org composed Google Required Schema for this type |
81 | 81 | * |
82 | 82 | * @var array |
83 | 83 | */ |
84 | - static public $googleRequiredSchema = []; |
|
84 | + static public $googleRequiredSchema = [ ]; |
|
85 | 85 | |
86 | 86 | /** |
87 | 87 | * The Schema.org composed Google Recommended Schema for this type |
88 | 88 | * |
89 | 89 | * @var array |
90 | 90 | */ |
91 | - static public $googleRecommendedSchema = []; |
|
91 | + static public $googleRecommendedSchema = [ ]; |
|
92 | 92 | |
93 | 93 | // Public Properties |
94 | 94 | // ========================================================================= |
@@ -214,17 +214,17 @@ discard block |
||
214 | 214 | * @var array |
215 | 215 | */ |
216 | 216 | static protected $_schemaPropertyExpectedTypes = [ |
217 | - 'actionStatus' => ['ActionStatusType'], |
|
218 | - 'agent' => ['Organization','Person'], |
|
219 | - 'endTime' => ['DateTime'], |
|
220 | - 'error' => ['Thing'], |
|
221 | - 'instrument' => ['Thing'], |
|
222 | - 'location' => ['Place','PostalAddress','Text'], |
|
223 | - 'object' => ['Thing'], |
|
224 | - 'participant' => ['Organization','Person'], |
|
225 | - 'result' => ['Thing'], |
|
226 | - 'startTime' => ['DateTime'], |
|
227 | - 'target' => ['EntryPoint'] |
|
217 | + 'actionStatus' => [ 'ActionStatusType' ], |
|
218 | + 'agent' => [ 'Organization', 'Person' ], |
|
219 | + 'endTime' => [ 'DateTime' ], |
|
220 | + 'error' => [ 'Thing' ], |
|
221 | + 'instrument' => [ 'Thing' ], |
|
222 | + 'location' => [ 'Place', 'PostalAddress', 'Text' ], |
|
223 | + 'object' => [ 'Thing' ], |
|
224 | + 'participant' => [ 'Organization', 'Person' ], |
|
225 | + 'result' => [ 'Thing' ], |
|
226 | + 'startTime' => [ 'DateTime' ], |
|
227 | + 'target' => [ 'EntryPoint' ] |
|
228 | 228 | ]; |
229 | 229 | |
230 | 230 | /** |
@@ -304,9 +304,9 @@ discard block |
||
304 | 304 | { |
305 | 305 | $rules = parent::rules(); |
306 | 306 | $rules = array_merge($rules, [ |
307 | - [['actionStatus','agent','endTime','error','instrument','location','object','participant','result','startTime','target'], 'validateJsonSchema'], |
|
308 | - [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
309 | - [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
307 | + [ [ 'actionStatus', 'agent', 'endTime', 'error', 'instrument', 'location', 'object', 'participant', 'result', 'startTime', 'target' ], 'validateJsonSchema' ], |
|
308 | + [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ], |
|
309 | + [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ] |
|
310 | 310 | ]); |
311 | 311 | |
312 | 312 | return $rules; |
@@ -174,8 +174,8 @@ discard block |
||
174 | 174 | // ========================================================================= |
175 | 175 | |
176 | 176 | /** |
177 | - * @inheritdoc |
|
178 | - */ |
|
177 | + * @inheritdoc |
|
178 | + */ |
|
179 | 179 | public function init() |
180 | 180 | { |
181 | 181 | parent::init(); |
@@ -206,8 +206,8 @@ discard block |
||
206 | 206 | } |
207 | 207 | |
208 | 208 | /** |
209 | - * @inheritdoc |
|
210 | - */ |
|
209 | + * @inheritdoc |
|
210 | + */ |
|
211 | 211 | public function rules() |
212 | 212 | { |
213 | 213 | $rules = parent::rules(); |
@@ -62,35 +62,35 @@ discard block |
||
62 | 62 | * |
63 | 63 | * @var array |
64 | 64 | */ |
65 | - static public $schemaPropertyNames = []; |
|
65 | + static public $schemaPropertyNames = [ ]; |
|
66 | 66 | |
67 | 67 | /** |
68 | 68 | * The Schema.org composed Property Expected Types |
69 | 69 | * |
70 | 70 | * @var array |
71 | 71 | */ |
72 | - static public $schemaPropertyExpectedTypes = []; |
|
72 | + static public $schemaPropertyExpectedTypes = [ ]; |
|
73 | 73 | |
74 | 74 | /** |
75 | 75 | * The Schema.org composed Property Descriptions |
76 | 76 | * |
77 | 77 | * @var array |
78 | 78 | */ |
79 | - static public $schemaPropertyDescriptions = []; |
|
79 | + static public $schemaPropertyDescriptions = [ ]; |
|
80 | 80 | |
81 | 81 | /** |
82 | 82 | * The Schema.org composed Google Required Schema for this type |
83 | 83 | * |
84 | 84 | * @var array |
85 | 85 | */ |
86 | - static public $googleRequiredSchema = []; |
|
86 | + static public $googleRequiredSchema = [ ]; |
|
87 | 87 | |
88 | 88 | /** |
89 | 89 | * The Schema.org composed Google Recommended Schema for this type |
90 | 90 | * |
91 | 91 | * @var array |
92 | 92 | */ |
93 | - static public $googleRecommendedSchema = []; |
|
93 | + static public $googleRecommendedSchema = [ ]; |
|
94 | 94 | |
95 | 95 | // Public Properties |
96 | 96 | // ========================================================================= |
@@ -138,9 +138,9 @@ discard block |
||
138 | 138 | * @var array |
139 | 139 | */ |
140 | 140 | static protected $_schemaPropertyExpectedTypes = [ |
141 | - 'endDate' => ['Date','DateTime'], |
|
142 | - 'issn' => ['Text'], |
|
143 | - 'startDate' => ['Date','DateTime'] |
|
141 | + 'endDate' => [ 'Date', 'DateTime' ], |
|
142 | + 'issn' => [ 'Text' ], |
|
143 | + 'startDate' => [ 'Date', 'DateTime' ] |
|
144 | 144 | ]; |
145 | 145 | |
146 | 146 | /** |
@@ -212,9 +212,9 @@ discard block |
||
212 | 212 | { |
213 | 213 | $rules = parent::rules(); |
214 | 214 | $rules = array_merge($rules, [ |
215 | - [['endDate','issn','startDate'], 'validateJsonSchema'], |
|
216 | - [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
217 | - [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
215 | + [ [ 'endDate', 'issn', 'startDate' ], 'validateJsonSchema' ], |
|
216 | + [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ], |
|
217 | + [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ] |
|
218 | 218 | ]); |
219 | 219 | |
220 | 220 | return $rules; |
@@ -160,8 +160,8 @@ discard block |
||
160 | 160 | // ========================================================================= |
161 | 161 | |
162 | 162 | /** |
163 | - * @inheritdoc |
|
164 | - */ |
|
163 | + * @inheritdoc |
|
164 | + */ |
|
165 | 165 | public function init() |
166 | 166 | { |
167 | 167 | parent::init(); |
@@ -192,8 +192,8 @@ discard block |
||
192 | 192 | } |
193 | 193 | |
194 | 194 | /** |
195 | - * @inheritdoc |
|
196 | - */ |
|
195 | + * @inheritdoc |
|
196 | + */ |
|
197 | 197 | public function rules() |
198 | 198 | { |
199 | 199 | $rules = parent::rules(); |
@@ -59,35 +59,35 @@ discard block |
||
59 | 59 | * |
60 | 60 | * @var array |
61 | 61 | */ |
62 | - static public $schemaPropertyNames = []; |
|
62 | + static public $schemaPropertyNames = [ ]; |
|
63 | 63 | |
64 | 64 | /** |
65 | 65 | * The Schema.org composed Property Expected Types |
66 | 66 | * |
67 | 67 | * @var array |
68 | 68 | */ |
69 | - static public $schemaPropertyExpectedTypes = []; |
|
69 | + static public $schemaPropertyExpectedTypes = [ ]; |
|
70 | 70 | |
71 | 71 | /** |
72 | 72 | * The Schema.org composed Property Descriptions |
73 | 73 | * |
74 | 74 | * @var array |
75 | 75 | */ |
76 | - static public $schemaPropertyDescriptions = []; |
|
76 | + static public $schemaPropertyDescriptions = [ ]; |
|
77 | 77 | |
78 | 78 | /** |
79 | 79 | * The Schema.org composed Google Required Schema for this type |
80 | 80 | * |
81 | 81 | * @var array |
82 | 82 | */ |
83 | - static public $googleRequiredSchema = []; |
|
83 | + static public $googleRequiredSchema = [ ]; |
|
84 | 84 | |
85 | 85 | /** |
86 | 86 | * The Schema.org composed Google Recommended Schema for this type |
87 | 87 | * |
88 | 88 | * @var array |
89 | 89 | */ |
90 | - static public $googleRecommendedSchema = []; |
|
90 | + static public $googleRecommendedSchema = [ ]; |
|
91 | 91 | |
92 | 92 | // Public Properties |
93 | 93 | // ========================================================================= |
@@ -126,8 +126,8 @@ discard block |
||
126 | 126 | * @var array |
127 | 127 | */ |
128 | 128 | static protected $_schemaPropertyExpectedTypes = [ |
129 | - 'athlete' => ['Person'], |
|
130 | - 'coach' => ['Person'] |
|
129 | + 'athlete' => [ 'Person' ], |
|
130 | + 'coach' => [ 'Person' ] |
|
131 | 131 | ]; |
132 | 132 | |
133 | 133 | /** |
@@ -198,9 +198,9 @@ discard block |
||
198 | 198 | { |
199 | 199 | $rules = parent::rules(); |
200 | 200 | $rules = array_merge($rules, [ |
201 | - [['athlete','coach'], 'validateJsonSchema'], |
|
202 | - [self::$_googleRequiredSchema, 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'], |
|
203 | - [self::$_googleRecommendedSchema, 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.'] |
|
201 | + [ [ 'athlete', 'coach' ], 'validateJsonSchema' ], |
|
202 | + [ self::$_googleRequiredSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is required by Google.' ], |
|
203 | + [ self::$_googleRecommendedSchema, 'required', 'on' => [ 'google' ], 'message' => 'This property is recommended by Google.' ] |
|
204 | 204 | ]); |
205 | 205 | |
206 | 206 | return $rules; |