PHP Класс Nexcessnet_Turpentine_Model_Varnish_Configurator_Version3

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Наследование: extends Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract
Показать файл Открыть проект

Открытые методы

Метод Описание
generate ( boolean $doClean = true ) : string Generate the Varnish 3.0-compatible VCL

Защищенные методы

Метод Описание
_getAdvancedSessionValidation ( )
_getTemplateVars ( ) : array Build the list of template variables to apply to the VCL template

Описание методов

_getAdvancedSessionValidation() защищенный Метод

_getTemplateVars() защищенный Метод

Build the list of template variables to apply to the VCL template
protected _getTemplateVars ( ) : array
Результат array

generate() публичный Метод

Generate the Varnish 3.0-compatible VCL
public generate ( boolean $doClean = true ) : string
$doClean boolean if true, VCL will be cleaned (whitespaces stripped, etc.)
Результат string