Added accessor function for Show image path

This commit is contained in:
Duncan Sommerville 2014-09-17 19:49:22 -04:00
parent 45939138cd
commit 17ea198ea4
1 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,13 @@ SQL;
return $show->getDbName();
}
public function getImagePath()
{
$show = CcShowQuery::create()->findPK($this->getShowId());
return $show->getDbImagePath();
}
public function getGenre()
{