Which Method Is Invoked When An Undefined Property Is Accessed #359
Which method is invoked when an undefined property is accessed?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 Objects and Databases - PHP Object Advanced Features - Quiz No.3.
Which method is invoked when an undefined property is accessed?
__get()
__isset()
__unset()
__undefined()