Esempio n. 1
0
 public function getSocials()
 {
     if (!$this->socials) {
         $this->socials = PageUtils::getSocials();
     }
     return $this->socials;
 }