Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_vcl_call PHP Méthode

_vcl_call() protected méthode

Format a VCL subroutine call
protected _vcl_call ( string $subroutine ) : string
$subroutine string subroutine name
Résultat string
    protected function _vcl_call($subroutine)
    {
        return sprintf('call %s;', $subroutine);
    }