Пример #1
0
 public function __construct(array $array)
 {
     parent::__construct();
     $this->total = $array['total'];
     $this->step = $array['step'];
     $this->number = $array['number'];
     $this->percentage = $array['percentage'];
 }
Пример #2
0
 public function __construct(array $array)
 {
     parent::__construct();
     $this->sub = $array['sub'];
     $this->main = $array['main'];
 }