Constants
Intro
In classes kan je ook constants hebben. Deze constants zijn te vergelijken met static, alleen je kan geen constante functies hebben ;)
Praktijk
Code (php)
« vorige pagina | volgende pagina »
Inhoudsopgave
- Inleiding
- Autoload
- Con- & Destructors
- Scope (::)
- Static
- Constants
- Type Hinting
- Final
- Object iteration
- Exceptions
- Abstract
- Conclusie/Einde