in this lesson, you will learn what anonymous classes are in php, how to create & use them. anonymous classes like anonymous functions are nameless. you are able to create one-off objects using anonymous classes. you can either assign an anonymous class to a variable that will simply give you the object of that anonymous class, or just pass it as an argument since it's just an expression.
note that at 4:54 i copied constructor promoted properties & pasted them into the anonymous class. promoted properties should not be used inside an anonymous class when you are extending from a base class since those already exist on the base class.
some of the ways you can support the channel
in this lesson, you will learn what anonymous classes are in php, how to create & use them. anonymous classes like anonymous functions are nameless. you are able to create one-off objects using anonymous classes. you can either assign an anonymous class to a variable that will simply give you the object of that anonymous class, or just pass it as an argument since it's just an expression.note that at 4:54 i copied constructor promoted properties & pasted them into the anonymous class. promoted properties should not be used inside an anonymous class when you are extending from a base class since those already exist on the base class.some of the ways you can support the channel
2921
in this lesson, you will learn what anonymous classes are in php, how to create & use them. anonymous classes like anonymous functions are nameless. you are able to create one-off objects using anonymous classes. you can either assign an anonymous class to a variable that will simply give you the object of that anonymous class, or just pass it as an argument since it's just an expression.
note that at 4:54 i copied constructor promoted properties & pasted them into the anonymous class. promoted properties should not be used inside an anonymous class when you are extending from a base class since those already exist on the base class.
some of the ways you can support the channel