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