getPublication() 공개 메소드

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