Lines Matching refs:toAddress
31 protected $toAddress; variable in IPLib\\Range\\Pattern
54 …public function __construct(AddressInterface $fromAddress, AddressInterface $toAddress, $asterisks… argument
57 $this->toAddress = $toAddress;
88 $toAddress = IPv4::fromBytes(array_merge($fixedBytes, $otherBytes));
89 $result = new static($fromAddress, $toAddress, $asterisksCount);
99 $toAddress = IPv6::fromWords(array_merge($fixedWords, $otherWords));
100 $result = new static($fromAddress, $toAddress, $asterisksCount);
134 $bytes = $this->toAddress->getBytes();
179 …ype = Factory::rangeFromBoundaries($this->fromAddress->toIPv4(), $this->toAddress->toIPv4())->getR…
269 return $this->toAddress;
289 return $this->toAddress->getComparableString();