View object methods |
Site Admin
|
Normally programmers want to see methods and the other class members while coding. There is Code Completion popup for that. Also you can try Code Explorer / Code Navigator windows. They all are available while debugging too. Note that the info about method and properties is extracted and maintained by php parser embedded in the IDE. If you want to see run-time members of your objects, you can use run-time helpers -- get_class_methods("class_name"), get_class_vars("class_name") and get_object_vars($myobj), or something like (new ReflectionClass("myclass"))->getConstants(). You can invoke such functions / expressions in the Immediate window while debugging
|
||||||||||||
_________________ The PHP IDE team |
View object methods |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by