mn8 Language Reference | Index    

RomaniaCulturalWrapper

SUMMARY: NO ATTRIBUTES  NO ELEMENTS  NO CONSTRUCTORS  NO OPERATORS  METHODS SUMMARYDETAIL: NO ATTRIBUTES  NO ELEMENTS  NO CONSTRUCTORS  NO OPERATORS  METHOD DETAILS

Description

Wrapper concept for the Romania Cultural channel.

Usage

      $date = Date.create("yyyy-MM-dd", "2002-10-21")
      $prgs = RomaniaCulturalWrapper.getScheduleAt($date)
      print $prgs.getRSS
      
Version: 0.1
Authors:Szabolcs Borsos ()
Location:
Inherits: Concept

Method List

static TVChannelGuidegetScheduleAt (Date $date)
static TVChannelGuidegetTodaysSchedule
static main (Series $args)
top
Methods inherited from: Concept
cloneConcept, extendsConcept, fromXML, getAllInheritedConcepts, getConceptAttribute, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptLabel, getConceptMethod, getConceptMethods, getConceptOperators, getConceptType, getErrorHandler, getInheritedConcepts, getResourceURI, hasConceptAttribute, hasConceptElement, hasConceptMethod, hasPath, isHidden, loadContent, setConceptLabel, setErrorHandler, setHidden, setShowEmpty, showEmpty, toTXT, toXML, setResourceURI

Detailed Method Info

static getScheduleAt (Date $date)
Parameters:
$date :A Date concept.
Returns: TVChannelGuide

Gets the tv programs for the specified date.

top
static getTodaysSchedule
Returns: TVChannelGuide

Gets the tv programs for today.

top
static main (Series $args)
Parameters:
$args :
Returns:

The main method calls the getTodaysSchedule method by default.

top