REBELinBLUE\Deployer\Http\Controllers\DeploymentController::__construct PHP Метод

__construct() публичный Метод

DeploymentController constructor.
public __construct ( REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface $projectRepository, REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface $deploymentRepository )
$projectRepository REBELinBLUE\Deployer\Contracts\Repositories\ProjectRepositoryInterface
$deploymentRepository REBELinBLUE\Deployer\Contracts\Repositories\DeploymentRepositoryInterface
    public function __construct(ProjectRepositoryInterface $projectRepository, DeploymentRepositoryInterface $deploymentRepository)
    {
        $this->projectRepository = $projectRepository;
        $this->deploymentRepository = $deploymentRepository;
    }