Added accessor function for Show image path
This commit is contained in:
parent
45939138cd
commit
17ea198ea4
1 changed files with 7 additions and 0 deletions
|
@ -70,6 +70,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()
|
||||||
{
|
{
|
||||||
$show = CcShowQuery::create()->findPK($this->getShowId());
|
$show = CcShowQuery::create()->findPK($this->getShowId());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue