PHP Class App\Http\Controllers\GithubController

Inheritance: extends Controller
Afficher le fichier Open project: unicodeveloper/laravel-hackathon-starter Class Usage Examples

Protected Properties

Свойство Type Description
$github GrahamCampbell\GitHub\GitHubManager

Méthodes publiques

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

Private Methods

Méthode Description
getRepoDetails ( ) : mixed

Method Details

__construct() public méthode

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

getPage() public méthode

public getPage ( ) : mixed
Résultat mixed

Property Details

$github protected_oe property

protected GitHubManager,GrahamCampbell\GitHub $github
Résultat GrahamCampbell\GitHub\GitHubManager