Newscoop\Entity\Output\OutputSettingsTheme::getPublication PHP Метод

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

Provides the publication that owns the theme.
public getPublication ( ) : Publication
Результат 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();
 }