Mpociot\ApiDoc\Postman\CollectionWriter::__construct PHP Méthode

__construct() public méthode

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