You are here

public function CasServerConfig::setPort in CAS 8

Same name and namespace in other branches
  1. 2.x src/CasServerConfig.php \Drupal\cas\CasServerConfig::setPort()

Set port.

Parameters

int $port: The port.

File

src/CasServerConfig.php, line 162

Class

CasServerConfig
Class CasServerConfig.

Namespace

Drupal\cas

Code

public function setPort($port) {
  $this->port = $port;
}