Cache/Frontend/Capture.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Cache  
Subpackage
Zend_Cache_Frontend  
Version
$Id$  

\Zend_Cache_Frontend_Capture

Package: Zend_Cache\Zend_Cache_Frontend
Parent(s)
\Zend_Cache_Core
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected$_extension = null
Default valuenullDetails
Type
n/a
>VPropertyprotectedarray $_idStack = array()
Page identifiers
Default valuearray()Details
Type
array
>VPropertyprotectedarray $_tags = array()
Tags
Default valuearray()Details
Type
array

Methods

methodpublic_flush(string $data) : string

callback for output buffering (shouldn't really be called manually)

Parameters
NameTypeDescription
$datastring

Buffered output

Returns
TypeDescription
stringData to send to browser
methodpublicstart(string $id,  $tags,  $extension = null) : mixed

Start the cache

Parameters
NameTypeDescription
$idstring

Cache id

$tags
$extension
Returns
TypeDescription
mixedTrue if the cache is hit (false else) with $echoData=true (default) ; string else (datas)
Documentation was generated by phpDocumentor 2.2.0 .