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();
 }