Lines Matching refs:port
29 private $port;
39 public function __construct(?string $scheme, string $host, ?int $port = null, ?string $path = null, array $parameters = [], array $authentication = [])
42 $this->port = $port;
66 return $this->port;
72 public function withPort(?int $port)
75 $new->port = $port;
108 (empty($this->port) ? '' : ':'.$this->port).