Todo for consistency.
This commit is contained in:
parent
a3d4b8c722
commit
737c3fcbae
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue