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');
}


via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire