Newscoop\Entity\Theme::getDesigner PHP Méthode

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()
    {
        return $this->designer;
    }

Usage Example

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