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
|
@ -69,6 +69,13 @@ SQL;
|
|||
|
||||
return $show->getDbName();
|
||||
}
|
||||
|
||||
public function getImagePath()
|
||||
{
|
||||
$show = CcShowQuery::create()->findPK($this->getShowId());
|
||||
|
||||
return $show->getDbImagePath();
|
||||
}
|
||||
|
||||
public function getGenre()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue