getName() public method

Provides the name of the theme resource, must be a user frendly name used for displaying it on the UI.
public getName ( ) : string
return string The name of the theme resource.
 public function getName()
 {
     $this->__load();
     return parent::getName();
 }