PHPPM\ProcessCommunicationTrait::getNewControllerHost PHP Méthode

getNewControllerHost() protected méthode

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