/** * Gets the group start date. * * @return string date formated like: 2009-01-01 00:00:00 */ public function getGroupStartDate() { return parent::getGroupStartDate(); }