Esempio n. 1
0
 public function getLogon()
 {
     if ($this->getBusinessCategory()) {
         return parent::getLogon() . $this->getBusinessCategory();
     } else {
         return parent::getLogon();
     }
 }
Esempio n. 2
0
 public function _prepareLayout()
 {
     $this->setTemplate('flint_feefo/reviews.phtml');
     return parent::_prepareLayout();
 }