Corrected documentation for method.
This commit is contained in:
parent
8c02b3ec8a
commit
398215f1d0
airtime_mvc/application/models
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue