Object-oriented programming in PHP 8
HTL Rennweg
Show in appDescription
Basics of object-oriented programming in PHP 8.
Goals
I know
- the basics of object-oriented programming
- how to use object-oriented programming in PHP 8
- how to declare types in PHP 8
I can
- define a class
- define class variables
- enumerate visibility modifiers, differentiate between them and use them appropriately (public, private, protected)
- define and use constructors in PHP
- distinguish between static and instance methods and mark them with the appropriate keywords
Maintainer
Ferdinand Kasper
HTL Rennweg