Newscoop\Entity\Theme::getDesigner PHP Method

getDesigner() public method

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

Usage Example

 public function getDesigner()
 {
     $this->__load();
     return parent::getDesigner();
 }