getDesigner() public méthode

Provides the designer name of the theme.
public getDesigner ( ) : string
Résultat string The designer name of the theme.
 public function getDesigner()
 {
     $this->__load();
     return parent::getDesigner();
 }