dimanche 17 mai 2020

What does $this means?

What means $this in laravel?

For example:

public function car() {
  return $this->hasOne('App\Car');
}

Can I use this for example too?

public function car() {
  return $car->hasOne('App\Car');
}


from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/366HYDO
via IFTTT

Aucun commentaire:

Enregistrer un commentaire