Rubenwouters\CrmLauncher\Controllers\SummaryController::__construct PHP Method

__construct() public method

public __construct ( CaseOverview $case )
$case Rubenwouters\CrmLauncher\Models\CaseOverview
    public function __construct(CaseOverview $case)
    {
        $this->case = $case;
    }