Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_vcl_call PHP Method

_vcl_call() protected method

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