Source for file Shout.php
Documentation is available at Shout.php
* @package php-lastfm-api
* @author Felix Bruns <felixbruns@web.de>
/** Shout date (unix timestamp).
/** Create a Shout object.
* @param string $author Shout author.
* @param integer $date Shout date (unix timestamp).
* @param string $text Shout body.
/** Returns the shouts author.
* @return string An author name.
/** Returns the shouts date.
* @return integer A date (unix timestamp).
/** Returns the shouts text body.
/** Create a Shout object from a SimpleXMLElement.
* @param SimpleXMLElement $xml A SimpleXMLElement.
* @return Venue A Venue object.
Documentation generated on Mon, 22 Dec 2008 16:57:43 +0100 by phpDocumentor 1.4.1