Wrapper concept for the Pro TV channel.
$date = Date.create("yyyy-MM-dd", "2002-10-21")
$prgs = ProTVWrapper.getScheduleAt($date)
print $prgs.getRSS
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 |
|
Parameters: |
$day : | The day name ex. monday |
|
Returns the day in week with number format.
Gets the tv programs for the specified date.
Gets the tv programs for today.
The main method calls the getTodaysSchedule method by default.