public function CasServerConfig::setPort in CAS 2.x
Same name and namespace in other branches
- 8 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\casCode
public function setPort($port) {
$this->port = $port;
}