PHP 클래스 App\Http\Controllers\GithubController

상속: extends Controller
파일 보기 프로젝트 열기: unicodeveloper/laravel-hackathon-starter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$github GrahamCampbell\GitHub\GitHubManager

공개 메소드들

메소드 설명
__construct ( GrahamCampbell\GitHub\GitHubManager $github ) Initialize the Controller with necessary arguments
getPage ( ) : mixed

비공개 메소드들

메소드 설명
getRepoDetails ( ) : mixed

메소드 상세

__construct() 공개 메소드

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

getPage() 공개 메소드

public getPage ( ) : mixed
리턴 mixed

프로퍼티 상세

$github 보호되어 있는 프로퍼티

protected GitHubManager,GrahamCampbell\GitHub $github
리턴 GrahamCampbell\GitHub\GitHubManager