getDesigner() public method

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