Review

This class handles all the data you can get from a Review
Methods Summary
public
# __construct( $data )
Construct Class @param array $data An array with the data of a Review
public
# getID( )
Get the Review's id @return int
public
# getAuthor( )
Get the Review's author @return string
public
# getContent( )
Get the Review's content @return string
public
# getURL( )
Get the Review's url @return string
public
# get( $item = '' )
Get Generic.<br> Get a item of the array, you should not get used to use this, better use specific get's. @param string $item The item of the $data array you want
public
# getJSON( )
Get the JSON representation of the Movie @return string