PHP Class App\Http\Controllers\GithubController

Inheritance: extends Controller
Show file Open project: unicodeveloper/laravel-hackathon-starter Class Usage Examples

Protected Properties

Property Type Description
$github GrahamCampbell\GitHub\GitHubManager

Public Methods

Method Description
__construct ( GrahamCampbell\GitHub\GitHubManager $github ) Initialize the Controller with necessary arguments
getPage ( ) : mixed

Private Methods

Method Description
getRepoDetails ( ) : mixed

Method Details

__construct() public method

Initialize the Controller with necessary arguments
public __construct ( GrahamCampbell\GitHub\GitHubManager $github )
$github GrahamCampbell\GitHub\GitHubManager

getPage() public method

public getPage ( ) : mixed
return mixed

Property Details

$github protected property

protected GitHubManager,GrahamCampbell\GitHub $github
return GrahamCampbell\GitHub\GitHubManager