Only see class member variables, not parent class member variables

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I have a class B that extends A. When I do print_r($object_b) it outputs all
member variables from A and B. I just want to see the variables from B
excluding the one that B inherits from A, how can I do that? This is just
for development; I will of course need to use the variables from A to
actually use the object B.

Best regards,
Peter Lauri

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux