Neos\Neos\Domain\Model\Domain::setHostPattern PHP Method

setHostPattern() public method

Sets the hostname
Deprecation: after 3.0, use setHostname() instead
public setHostPattern ( string $hostPattern ) : void
$hostPattern string
return void
    public function setHostPattern($hostPattern)
    {
        $this->hostname = $hostPattern;
    }