Example #1
0
 public function getData()
 {
     return ['id' => $this->id, 'name' => $this->name, 'file' => $this->file ? $this->file->getData2() : null, 'language' => $this->language->getData(), 'rate' => $this->rate, 'rate_freelancer' => $this->rate_freelancer, 'quantity' => $this->quantity, 'unit' => $this->unit, 'total' => $this->total, 'total_freelancer' => $this->total_freelancer, 'of_freelancer' => $this->of_freelancer];
 }