Go to the source code of this file.
Namespaces | |
| namespace | MythTV |
Functions | |
| load_all_channels () | |
| Loads all of the channels into channel objects, AND returns the global array $Channels /*. | |
| & | load_one_channel ($chanid) |
| Loads the specified into a channel object, AND adds it to the global array $Channels /*. | |
Variables | |
| global | $Channels = array() |
| global | $Callsigns = array() |
| load_all_channels | ( | ) |
Loads all of the channels into channel objects, AND returns the global array $Channels /*.
Definition at line 34 of file channels.php.
| & load_one_channel | ( | $ | chanid | ) |
Loads the specified into a channel object, AND adds it to the global array $Channels /*.
Definition at line 72 of file channels.php.
| $Channels = array() |
Definition at line 17 of file channels.php.
| $Callsigns = array() |
Definition at line 28 of file channels.php.
1.5.5