Example #1
0
 public function setSeo(SeoFriendlyUrl $seo)
 {
     $this->seoTitle = $seo->getStrByLang('title');
     $this->seoDescription = $seo->getStrByLang('description');
     $this->seoKeywords = $seo->getStrByLang('keywords');
 }