Collection

This class handles all the data you can get from a Collection
Methods Summary
public
# __construct( $data )
Construct Class @param array $data An array with the data of a Collection
public
# getName( )
Get the Collection's name @return string
public
# getID( )
Get the Collection's id @return int
public
# getOverview( )
Get the Collection's overview @return string
public
# getPoster( )
Get the Collection's poster @return string
public
# getBackdrop( )
Get the Collection's backdrop @return string
public
# getMovies( )
Get the Collection's Movies @return Movie[]
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