PHPPM\ProcessCommunicationTrait::getNewControllerHost PHP 메소드

getNewControllerHost() 보호된 메소드

protected getNewControllerHost ( boolean $removeOld = true ) : string
$removeOld boolean
리턴 string
    protected function getNewControllerHost($removeOld = true)
    {
        return $this->getSockFile('controller', $removeOld);
    }