Notifications
Clear all
Topic starter 27/10/2024 6:06 pm
in oop php what are __get and __set magic methods ?
Topic starter 27/10/2024 6:07 pm
PHP calls the __get() method automatically when you access a non-existing or inaccessible property. PHP calls the __set() method automatically when you assign a value to a non-existing or inaccessible property