Example #1
0
 public function parse()
 {
     $this->title = $this->model->getTitle();
     $this->price = $this->model->getPrice();
     $this->description = $this->model->getDescription();
     return parent::parse();
 }
Example #2
0
 public function parse()
 {
     $this->price = $this->model->getPrice();
     return parent::parse();
 }