[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/station/schedule/ -> station_schedule.module (summary)

(no description)

File Size: 1233 lines (41 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 45 functions

  station_schedule_help()
  station_schedule_menu()
  station_schedule_node_view_access()
  station_schedule_node_update_access()
  station_schedule_elements()
  station_schedule_theme()
  station_schedule_perm()
  station_schedule_node_info()
  station_schedule_access()
  station_schedule_form()
  station_schedule_hour_options()
  theme_station_schedule_form_streams()
  station_schedule_validate()
  station_schedule_form_submit()
  station_schedule_load()
  station_schedule_insert()
  station_schedule_delete()
  station_schedule_update()
  station_schedule_link()
  station_schedule_archive_links()
  station_schedule_user()
  station_schedule_nodeapi()
  station_schedule_form_alter()
  station_schedule_program_get_themed_djs()
  station_schedule_program_get_themed_times()
  station_schedule_xmlrpc()
  station_schedule_redirect_old()
  station_schedule_get_list()
  station_schedule_get_program_list()
  station_schedule_program_get_at()
  station_schedule_item_load()
  station_schedule_view()
  station_schedule_week_page()
  station_schedule_write_m3u()
  station_schedule_file_download()
  expand_station_schedule_daytime_range()
  form_type_station_schedule_daytime_range_value()
  station_schedule_daytime_range_validate()
  theme_station_schedule_daytime_range()
  expand_station_schedule_daytime()
  form_type_station_schedule_daytime_value()
  station_schedule_daytime_validate()
  theme_station_schedule_daytime()
  station_schedule_content_extra_fields()
  station_schedule_views_api()

Functions
Functions that are not part of a class:

station_schedule_help($path, $arg)   X-Ref
Implementation of hook_help().


station_schedule_menu()   X-Ref
Implementation of hook_menu().


station_schedule_node_view_access($node)   X-Ref
No description

station_schedule_node_update_access($node)   X-Ref
No description

station_schedule_elements()   X-Ref
Implementation of hook_elements().


station_schedule_theme()   X-Ref
Implementation of hook_theme().


station_schedule_perm()   X-Ref
Implementation of hook_perm().


station_schedule_node_info()   X-Ref
Implementation of hook_node_info().


station_schedule_access($op, $node, $account)   X-Ref
Implementation of hook_access().


station_schedule_form($node)   X-Ref
Implementation of hook_form().


station_schedule_hour_options($type)   X-Ref
Returns an array of possible programming start and end times.


theme_station_schedule_form_streams($form)   X-Ref
No description

station_schedule_validate(&$node)   X-Ref
Implementation of hook_validate().


station_schedule_form_submit($form, &$form_state)   X-Ref
Implementation of hook_submit().


station_schedule_load($node)   X-Ref
Implementation of hook_load().


station_schedule_insert($node)   X-Ref
Implementation of hook_insert().


station_schedule_delete($node)   X-Ref
Implementation of hook_delete().


station_schedule_update($node)   X-Ref
Implementation of hook_update().


station_schedule_link($type, $node = NULL, $teaser = FALSE)   X-Ref
Implementation of hook_link().

This is implemented so that an edit link is displayed for users who have
the rights to edit a node.

station_schedule_archive_links($program_nid, $short = FALSE)   X-Ref
Load listen links for a program.

param: $program_nid Node id of the program.
param: $short bool true for short version of links

station_schedule_user($op, &$edit, &$account, $category = NULL)   X-Ref
Implements hook_user() to associate programs with the users.


station_schedule_nodeapi(&$node, $op, $teaser, $page)   X-Ref
Implementation of hook_nodeapi().


station_schedule_form_alter(&$form, $form_state, $form_id)   X-Ref
Implementation of hook_form_alter().


station_schedule_program_get_themed_djs($program_node)   X-Ref
Returns an array of themed DJs.


station_schedule_program_get_themed_times($program_node)   X-Ref
Returns a themed array of the times a program is scheduled.


station_schedule_xmlrpc()   X-Ref
Implementation of hook_xmlrpc().


station_schedule_redirect_old($day = '', $hour = '')   X-Ref
Function to redirect old /schedule/* links and /station/schedule/*
node/$default/*.


station_schedule_get_list()   X-Ref
Return a list of schedules on this site.

return:

station_schedule_get_program_list()   X-Ref
Return a list of schedules on this site.

return:

station_schedule_program_get_at($gmt_timestamp, $schedule_nid)   X-Ref
Get the program playing at a certain time. If no time is provide, use the
current time.

param: $gmt_timestamp
param: $schedule_nid
return:

station_schedule_item_load($iid)   X-Ref
Load the schedule item by its id.

This function also serves as a menu item loader.

param: $iid schedule item id
return: schedule item object

station_schedule_view($node, $teaser = FALSE, $page = FALSE)   X-Ref
Implementation of hook_view().

Display a weekly view for the schedule.

station_schedule_week_page($node)   X-Ref
Print a weekly schedule page.


station_schedule_write_m3u($node)   X-Ref
Write an M3U file to the files/station directory for each of the node's
webstrem links.

param: $node A station_schedule node.

station_schedule_file_download($filepath)   X-Ref
Implementation of hook_file_download().


expand_station_schedule_daytime_range($element)   X-Ref
No description

form_type_station_schedule_daytime_range_value(&$form)   X-Ref
No description

station_schedule_daytime_range_validate($form, &$form_state)   X-Ref
No description

theme_station_schedule_daytime_range($element)   X-Ref
No description

expand_station_schedule_daytime($element, $edit, &$form_state)   X-Ref
No description

form_type_station_schedule_daytime_value($form, $edit = FALSE)   X-Ref
No description

station_schedule_daytime_validate($form, &$form_state)   X-Ref
Validate the station_schedule_daytime element and store the value back into
the root element.


theme_station_schedule_daytime($element)   X-Ref
No description

station_schedule_content_extra_fields($type_name)   X-Ref
Implementation of hook_content_extra_fields().

Let CCK know about the playlist stuff we're putting on nodes.

station_schedule_views_api()   X-Ref
Implementation of hook_view_api().




Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7