Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

BhavShashank's avatar

Can Someone Please explain a bit about Messages 101 in OOP Bootcamp

Hi! can anyone please explain in brief about how objects communicate in this cahpter ( https://www.laracasts.com/series/object-oriented-bootcamp-in-php/episodes/5?autoplay=true ). I tried many time but still getting confused in it.

Few things like:

class Business { public function hire ( Person $person) {

}

}

theses things like why you write Person in the function like that.

Thanks

1 like
1 reply

Please or to participate in this conversation.