ProgressBar/Adapter/JsPull.php

Show: PublicProtectedPrivateinherited
Table of Contents
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_ProgressBar  
Version
$Id$  

\Zend_ProgressBar_Adapter_JsPull

Package: Zend_ProgressBar
Zend_ProgressBar_Adapter_JsPull offers a simple method for updating a progressbar in a browser.
Parent(s)
\Zend_ProgressBar_Adapter
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Uses
 

Properties

>VPropertyprotectedboolean $_exitAfterSend = true
Wether to exit after json data send or not
Default valuetrueDetails
Type
boolean

Methods

methodprotected_outputData(string $data) : void

Outputs given data the user agent.

This split-off is required for unit-testing.
Parameters
NameTypeDescription
$datastring
methodpublicfinish() : void

Defined by Zend_ProgressBar_Adapter_Interface

methodpublicnotify(float $current, float $max, float $percent, integer $timeTaken, integer $timeRemaining, string $text) : void

Defined by Zend_ProgressBar_Adapter_Interface

Parameters
NameTypeDescription
$currentfloat

Current progress value

$maxfloat

Max progress value

$percentfloat

Current percent value

$timeTakeninteger

Taken time in seconds

$timeRemaininginteger

Remaining time in seconds

$textstring

Status text

methodpublicsetExitAfterSend(boolean $exitAfterSend) : \Zend_ProgressBar_Adapter_JsPull

Set wether to exit after json data send or not

Parameters
NameTypeDescription
$exitAfterSendboolean
Returns
TypeDescription
\Zend_ProgressBar_Adapter_JsPull
Documentation was generated by phpDocumentor 2.2.0 .