Lines Matching refs:fullVersionList
71 protected $fullVersionList = []; variable in DeviceDetector\\ClientHints
93 * @param array $fullVersionList `Sec-CH-UA-Full-Version-List` header field
100 …'', string $platformVersion = '', string $uaFullVersion = '', array $fullVersionList = [], bool $m… argument
106 $this->fullVersionList = $fullVersionList;
199 if (\is_array($this->fullVersionList) && \count($this->fullVersionList)) {
200 $brands = \array_column($this->fullVersionList, 'brand');
201 $versions = \array_column($this->fullVersionList, 'version');
258 $fullVersionList = [];
311 if (!empty($fullVersionList)) {
316 $fullVersionList = \is_array($value) ? $value : $fullVersionList;
321 if (!empty($fullVersionList)) {
336 $fullVersionList = $list;
365 $fullVersionList,