Movie - Wrapper concept for the Internet Movie Data Base
.
Getting a movie related information.
$movie = IMDBWrapper:Movie.getMovie("Runaway Bride (1999)")
print $movie.toXML
------ The result is ------
<movie date="1999" photo.link="http://images.amazon.com/images/P/6305695288.01.MZZZZZZZ.jpg" title="Runaway Bride">
<summary> Tastes like leftovers</P>
<BLOCKQUOTE><P>
This could have been a great movie. It should have been a great movie. I
wanted it to be a great movie. It was a pretty good movie, but it wasn't a
great movie.<BR><BR>
... there is more ...
</summary>
<cast>
<actor actorName="Julia Roberts" characterName="Maggie Carpenter "></actor>
<actor actorName="Richard Gere" characterName="Ike Graham "></actor>
<actor actorName="Joan Cusack" characterName="Peggy Flemming "></actor>
<actor actorName="Hector Elizondo" characterName="Fisher "></actor>
<actor actorName="Rita Wilson" characterName="Ellie Graham "></actor>
<actor actorName="Paul Dooley" characterName="Walter Carpenter "></actor>
<actor actorName="Christopher Meloni" characterName="Coach Bob Kelly "></actor>
<actor actorName="Donal Logue" characterName="Priest Brian "></actor>
<actor actorName="Reg Rogers" characterName="George Bug Guy "></actor>
<actor actorName="Yul Vazquez" characterName="Dead Head Gill "></actor>
<actor actorName="Jane Morris" characterName="Mrs. Pressman "></actor>
<actor actorName="Lisa Roberts (I)" characterName="Elaine From Manhattan "></actor>
<actor actorName="Kathleen Marshall (I)" characterName="Cousin Cindy "></actor>
<actor actorName="Jean Schertler" characterName="Grandma "></actor>
<actor actorName="Tom Hines" characterName="Cory Flemming "></actor>
</cast>
</movie>
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 |
|
| Label: | date |
| Type: | String |
| Is Static: | false |
| Is Hidden: | false |
| Show Empty: | false |
| Label: | photo.link |
| Type: | String |
| Is Static: | false |
| Is Hidden: | false |
| Show Empty: | false |
| Label: | title |
| Type: | String |
| Is Static: | false |
| Is Hidden: | false |
| Show Empty: | false |
| Label: | summary |
| Type: | Element |
| Is Static: | false |
| Is Hidden: | false |
| Is Multi: | false |
| Show Empty: | true |
| Parameters: |
| $title : | The title of the movie, must be exact. |
|
Return the requeste movie related information.