Newscoop\Entity\Output\OutputSettingsTheme::getThemePath PHP 메소드

getThemePath() 공개 메소드

Provides the path of the theme associated.
public getThemePath ( ) : Resource
리턴 Newscoop\Entity\Resource The path of the theme.
    public function getThemePath()
    {
        return $this->themePath;
    }

Usage Example

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