Todo for consistency.

This commit is contained in:
Rudi Grinberg 2012-09-10 11:06:11 -04:00
parent a3d4b8c722
commit 737c3fcbae
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ class Application_Model_ShowInstance
return $this->_showInstance->getDbShowId();
}
/* TODO: A little inconsistent because other models have a getId() method
to get PK --RG */
public function getShowInstanceId()
{
return $this->_instanceId;