Monkeymatt Posted January 2, 2007 Share Posted January 2, 2007 I have a [b]static[/b] function that needs to know the name of the class that was used to call it (waaaaaaay up the inheritance chain). get_class() only gives me the name of the class that the static function is in, but I need the name of the top class that was called. Is there any way to do this.Thanks,Monkeymatt Link to comment https://forums.phpfreaks.com/topic/32516-dynamic-class-names/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.