From 737c3fcbae84702bf1134b8e51df49ca3ca9ee83 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Mon, 10 Sep 2012 11:06:11 -0400 Subject: [PATCH] Todo for consistency. --- airtime_mvc/application/models/ShowInstance.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airtime_mvc/application/models/ShowInstance.php b/airtime_mvc/application/models/ShowInstance.php index 906f59ff9..1e71510d7 100644 --- a/airtime_mvc/application/models/ShowInstance.php +++ b/airtime_mvc/application/models/ShowInstance.php @@ -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;