Newscoop\Entity\Theme::getDesigner PHP Метод

getDesigner() публичный Метод

Provides the designer name of the theme.
public getDesigner ( ) : string
Результат string The designer name of the theme.
    public function getDesigner()
    {
        return $this->designer;
    }

Usage Example

Пример #1
0
 public function getDesigner()
 {
     $this->__load();
     return parent::getDesigner();
 }