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()
 {
     $this->__load();
     return parent::getPublication();
 }