Newscoop\Entity\Output\OutputSettingsTheme::getThemePath PHP Method

getThemePath() public method

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

Usage Example

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