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

getPublication() public method

Provides the publication that owns the theme.
public getPublication ( ) : Publication
return Newscoop\Entity\Publication The publication that owns the theme.
    public function getPublication()
    {
        return $this->publication;
    }

Usage Example

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