Forum

in oop php what are...
 
Notifications
Clear all

in oop php what are __get and __set magic methods ?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

in oop php what are __get and __set magic methods ?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

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


   
ReplyQuote
Share: