예제 #1
0
 /**
  * Returns the plugin's base name without the "Core_" prefix,
  * e.g., "UserCountry" when the plugin class is "Core_UserCountry"
  *
  * @return string
  */
 public final function getClassName()
 {
     return Core_Common::unprefixClass(get_class($this));
 }