PHP 클래스 REBELinBLUE\Deployer\Http\Controllers\DashboardController

상속: extends Controller
파일 보기 프로젝트 열기: rebelinblue/deployer

공개 메소드들

메소드 설명
cctray ( REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface $projectRepository ) : Illuminate\View\View Generates an XML file for CCTray.
index ( REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository, REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface $projectRepository ) : Illuminate\View\View The main page of the dashboard.
timeline ( REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository ) : Illuminate\View\View Returns the timeline.

비공개 메소드들

메소드 설명
buildTimelineData ( REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository ) : array Builds the data for the timeline.

메소드 상세

cctray() 공개 메소드

Generates an XML file for CCTray.
public cctray ( REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface $projectRepository ) : Illuminate\View\View
$projectRepository REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface
리턴 Illuminate\View\View

index() 공개 메소드

The main page of the dashboard.
public index ( REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository, REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface $projectRepository ) : Illuminate\View\View
$deploymentRepository REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface
$projectRepository REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface
리턴 Illuminate\View\View

timeline() 공개 메소드

Returns the timeline.
public timeline ( REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository ) : Illuminate\View\View
$deploymentRepository REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface
리턴 Illuminate\View\View