__get « Class « PHP






1.__get( ) specifies what to do if an unknown property is read from within your script
2.Intercepting Property Access with __get() and __set() (PHP 5 Only)
3.Enforcing property access using magic accessor methods