public function __construct($attr = null)
 {
     $this->title = 'Цена';
     $this->position = 260;
     $this->css_class = 'domstor_price';
     $this->sort_name = 'sort-bprice';
     parent::__construct($attr);
 }
Example #2
0
 public function __construct($attr)
 {
     parent::__construct($attr);
     if ($this->action == 'rent') {
         $this->title = 'Арендная ставка';
     } else {
         $this->title = 'Цена';
     }
 }
 public function __construct($attr)
 {
     parent::__construct($attr);
     if ($this->action == 'rent') {
         $this->title = 'Бюджет';
     } else {
         $this->title = 'Бюджет';
     }
 }