PHP Class MovieData, rartracker

Mostra file Open project: swetorrentking/rartracker Class Usage Examples

Public Methods

Method Description
__construct ( $db, $user = null )
findImdbInfoByReleaseName ( $release )
getData ( $id )
getDataByImdbId ( $id )
getToplist ( )
search ( $search )
updateImdbInfo ( $id )
updateImdbToplist ( )
updateReleaseNameStart ( $name, $imdbid )
updateYoutube ( $id, $youtubeId )

Private Methods

Method Description
fetchImdbData ( $url )
match ( $regex, $str, $i )
matchRegex ( $strContent, $strRegex, $intIndex = null )

Method Details

__construct() public method

public __construct ( $db, $user = null )

findImdbInfoByReleaseName() public method

public findImdbInfoByReleaseName ( $release )

getData() public method

public getData ( $id )

getDataByImdbId() public method

public getDataByImdbId ( $id )

getToplist() public method

public getToplist ( )

updateImdbInfo() public method

public updateImdbInfo ( $id )

updateImdbToplist() public method

public updateImdbToplist ( )

updateReleaseNameStart() public method

public updateReleaseNameStart ( $name, $imdbid )

updateYoutube() public method

public updateYoutube ( $id, $youtubeId )