|
| setExitAfterSend ($exitAfterSend) |
|
| notify ($current, $max, $percent, $timeTaken, $timeRemaining, $text) |
|
| finish () |
|
| __construct ($options=null) |
|
| setConfig (Zend_Config $config) |
|
| setOptions (array $options) |
|
| notify ($current, $max, $percent, $timeTaken, $timeRemaining, $text) |
|
| finish () |
|
Definition at line 40 of file JsPull.php.
◆ _outputData()
Outputs given data the user agent.
This split-off is required for unit-testing.
- Parameters
-
- Returns
- void
Definition at line 109 of file JsPull.php.
113 if ($this->_exitAfterSend) {
◆ finish()
Defined by Zend_ProgressBar_Adapter_Interface
- Returns
- void
Definition at line 94 of file JsPull.php.
static encode($valueToEncode, $cycleCheck=false, $options=array())
◆ notify()
notify |
( |
|
$current, |
|
|
|
$max, |
|
|
|
$percent, |
|
|
|
$timeTaken, |
|
|
|
$timeRemaining, |
|
|
|
$text |
|
) |
| |
Defined by Zend_ProgressBar_Adapter_Interface
- Parameters
-
float | $current | Current progress value |
float | $max | Max progress value |
float | $percent | Current percent value |
integer | $timeTaken | Taken time in seconds |
integer | $timeRemaining | Remaining time in seconds |
string | $text | Status text |
- Returns
- void
Definition at line 71 of file JsPull.php.
74 'current' => $current,
77 'timeTaken' => $timeTaken,
78 'timeRemaining' => $timeRemaining,
if($this->helper('Magento\Tax\Helper\Data') ->displayFullSummary()) foreach( $block->getTotal() ->getFullInfo() as $info)(isset($info['hidden']) && $info['hidden']) $percent
static encode($valueToEncode, $cycleCheck=false, $options=array())
◆ setExitAfterSend()
setExitAfterSend |
( |
|
$exitAfterSend | ) |
|
◆ $_exitAfterSend
The documentation for this class was generated from the following file:
- vendor/magento/zendframework1/library/Zend/ProgressBar/Adapter/JsPull.php