BenConstable\Localize\Determiners\Stack::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Collection $determiners ) : void
$determiners Illuminate\Support\Collection
return void
    public function __construct(Collection $determiners)
    {
        $this->determiners = $determiners;
    }