Company

This class handles all the data you can get from a Company
Methods Summary
public
# __construct( $data )
Construct Class @param array $data An array with the data of a Company
public
# getName( )
Get the Company's name @return string
public
# getID( )
Get the Company's id @return int
public
# getDescription( )
Get the Company's description @return string
public
# getHeadquarters( )
Get the Company's headquearters @return string
public
# getHomepage( )
Get the Company's homepage @return string
public
# getParentCompanyID( )
Get the Company's parent company id @return int
public
# getMovies( )
Get the Company'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
public
# getJSON( )
Get the JSON representation of the Movie @return string