You are here

function cmfcCalendarV1::getStrings in Calendar Systems 8.2

Same name and namespace in other branches
  1. 8 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::getStrings()
  2. 7 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::getStrings()
  3. 7.2 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::getStrings()
5 methods override cmfcCalendarV1::getStrings()
cmfcCalendarV1Arabic::getStrings in calendar/v1/calendarSystems/arabic.class.inc.php
* Get list of translatable strings
cmfcCalendarV1Gregorian::getStrings in calendar/v1/calendarSystems/gregorian.class.inc.php
Get list of translatable strings
cmfcCalendarV1Iranian::getStrings in calendar/v1/calendarSystems/iranian.class.inc.php
Get list of translatable strings
cmfcCalendarV1Julian::getStrings in calendar/v1/calendarSystems/julian.class.inc.php
Get list of translatable strings
cmfcCalendarV1Thai::getStrings in calendar/v1/calendarSystems/thai.class.inc.php
Get list of translatable strings

File

calendar/v1/calendarV1.class.inc.php, line 358

Class

cmfcCalendarV1

Code

function getStrings() {
  return array();
}