Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getGenerateSessionEnd PHP 메소드

_getGenerateSessionEnd() 보호된 메소드

Get the Generate Session
protected _getGenerateSessionEnd ( ) : string
리턴 string
    protected function _getGenerateSessionEnd()
    {
        return Mage::getStoreConfig('turpentine_varnish/general/vcl_fix') ? '-- */' : '';
    }