App\Services\Api\JsonRpc::__construct PHP 메소드

__construct() 공개 메소드

Create a new controller instance.
public __construct ( App\Repositories\Project\ProjectInterface $project, DeploymentForm $deploymentForm ) : void
$project App\Repositories\Project\ProjectInterface
$deploymentForm App\Services\Form\Deployment\DeploymentForm
리턴 void
    public function __construct(ProjectInterface $project, DeploymentForm $deploymentForm)
    {
        $this->project = $project;
        $this->deploymentForm = $deploymentForm;
    }