APIConfiguration

This class handles all the data you can get from the api Configuration
Methods Summary
public
# __construct( $data )
Construct Class @param array $data An array with the data of a Configuration
public
# getImageBaseURL( )
Get the Configuration's base URL for images @return string
public
# getSecureImageBaseURL( )
Get the Configuration's secure base URL for images @return string
public
# getBackdropSizes( )
Get the Configuration's list of sizes for backdrops @return string[]
public
# getLogoSizes( )
Get the Configuration's list of sizes for logos @return string[]
public
# getPosterSizes( )
Get the Configuration's list of sizes for posters @return string[]
public
# getProfileSizes( )
Get the Configuration's list of sizes for profiles @return string[]
public
# getStillSizes( )
Get the Configuration's list of sizes for stills @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 Configuration @return string