Joined April 2014
·

Zandor

Brazil
·
·

Posted to PHP get class name without namespace over 1 year ago

public function getName() {

return substr(strrchr(__CLASS__, "\\"), 1);    

}

Achievements
1 Karma
0 Total ProTip Views