Mpociot\ApiDoc\Postman\CollectionWriter::__construct PHP Method

__construct() public method

CollectionWriter constructor.
public __construct ( Collection $routeGroups )
$routeGroups Illuminate\Support\Collection
    public function __construct(Collection $routeGroups)
    {
        $this->routeGroups = $routeGroups;
    }