Corrected documentation for method.

This commit is contained in:
Rudi Grinberg 2012-09-04 15:25:18 -04:00
parent 8c02b3ec8a
commit 398215f1d0
1 changed files with 2 additions and 1 deletions
airtime_mvc/application/models

View File

@ -607,7 +607,8 @@ class Application_Model_Show
* Get the start date of the current show in UTC timezone.
*
* @return string
* The start date in the format YYYY-MM-DD
* The start date in the format YYYY-MM-DD or empty string in case
* start date could not be found
*/
public function getStartDateAndTime()
{