Mantis - Quercus
Viewing Issue Advanced Details
3555 minor always 06-10-09 12:35 08-27-09 11:40
ferg  
nam  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.2  
0003555: Quercus $foo->getClass() method
(rep by Herbert)

s it possible to retrieve meta information about the class of an object in Querces PHP? something like below? (this is not working for me)

import Package.ClassName
$obj = new ClassName;

$name = $obj.getClass().getName();
$name = $obj->getClass()->getName();

Notes
(0004183)
nam   
08-27-09 11:40   
php/0c3h