Searched refs:fromAddress (Results 1 – 5 of 5) sorted by relevance
24 protected $fromAddress; variable in IPLib\\Range\\Pattern56 $this->fromAddress = $fromAddress;85 if ($fromAddress !== null) {96 if ($fromAddress !== null) {116 return $this->fromAddress->toString($long);119 case $this->fromAddress instanceof \IPLib\Address\IPv4:120 $chunks = explode('.', $this->fromAddress->toString());125 case $this->fromAddress instanceof \IPLib\Address\IPv6:166 return $this->fromAddress->getAddressType();259 return $this->fromAddress;[all …]
24 protected $fromAddress; variable in IPLib\\Range\\Subnet63 …public function __construct(AddressInterface $fromAddress, AddressInterface $toAddress, $networkPr… argument65 $this->fromAddress = $fromAddress;124 return $this->fromAddress->toString($long).'/'.$this->networkPrefix;144 return $this->fromAddress->getAddressType();157 …$this->rangeType = Factory::rangeFromBoundaries($this->fromAddress->toIPv4(), $this->toAddress->to…237 return $this->fromAddress;257 return $this->fromAddress->getComparableString();
58 public static function fromAddress(AddressInterface $address) function in IPLib\\Range\\Single
26 public $fromAddress; variable in Google\\Service\\CloudBuild\\SMTPDelivery49 public function setFromAddress($fromAddress) argument51 $this->fromAddress = $fromAddress;58 return $this->fromAddress;
120 $result = Range\Single::fromAddress($from);122 $result = Range\Single::fromAddress($to);129 $result = Range\Single::fromAddress($from);