File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33namespace Rami \SeoBundle \Schema ;
44
55use Rami \SeoBundle \Schema \Intangible \Audience ;
6+ use Rami \SeoBundle \Schema \Intangible \Offer ;
67use Rami \SeoBundle \Schema \Intangible \Service ;
78use Rami \SeoBundle \Schema \Intangible \StructuredValue \ContactPoint \PostalAddress ;
89use Rami \SeoBundle \Schema \Place \AdministrativeArea ;
@@ -233,6 +234,11 @@ public function mediaObject(): CreativeWork\MediaObject
233234 return new CreativeWork \MediaObject ();
234235 }
235236
237+ public function offer (): Offer
238+ {
239+ return new Offer ();
240+ }
241+
236242 public function imageObject (): ImageObject
237243 {
238244 return new ImageObject ();
Original file line number Diff line number Diff line change 33namespace Rami \SeoBundle \Schema ;
44
55use Rami \SeoBundle \Schema \Intangible \Audience ;
6+ use Rami \SeoBundle \Schema \Intangible \Offer ;
67use Rami \SeoBundle \Schema \Intangible \Service ;
78use Rami \SeoBundle \Schema \Intangible \StructuredValue \ContactPoint \PostalAddress ;
89use Rami \SeoBundle \Schema \Place \AdministrativeArea ;
@@ -61,6 +62,7 @@ public function article(): Article;
6162 public function socialMediaPosting (): SocialMediaPosting ;
6263 public function blogPosting (): BlogPosting ;
6364 public function propertyValue (): PropertyValue ;
65+ public function offer (): Offer ;
6466 public function action (): Action ;
6567 public function textObject (): TextObject ;
6668 public function mediaObject (): CreativeWork \MediaObject ;
You can’t perform that action at this time.
0 commit comments