Added accessor function for Show image path
This commit is contained in:
parent
45939138cd
commit
17ea198ea4
|
@ -69,6 +69,13 @@ SQL;
|
||||||
|
|
||||||
return $show->getDbName();
|
return $show->getDbName();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getImagePath()
|
||||||
|
{
|
||||||
|
$show = CcShowQuery::create()->findPK($this->getShowId());
|
||||||
|
|
||||||
|
return $show->getDbImagePath();
|
||||||
|
}
|
||||||
|
|
||||||
public function getGenre()
|
public function getGenre()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue