Exemplo n.º 1
0
 public function beforeOutput()
 {
     if ($this->getProperty('getGroups', false)) {
         $this->getGroups();
     }
     return parent::beforeOutput();
 }
Exemplo n.º 2
0
 public function beforeOutput()
 {
     var_dump($this->object->discount_method);
     die;
     parent::beforeOutput();
     // TODO: Change the autogenerated stub
 }
Exemplo n.º 3
0
 public function beforeOutput()
 {
     //var_dump($this->object->discount_method); die;
     parent::beforeOutput();
 }