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