PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::getFillWay — Returns fill option of the progress meter

Synopsis

      require_once 'HTML/Progress2.php';
     

string HTML_Progress2::getFillWay();
;

Description

Get 'natural' or 'reverse', depending of the fill way of progress meter. For horizontal progress bar, natural way is from left to right, and reverse way is from right to left. For vertical progress bar, natural way is from down to up, and reverse way is from up to down. The default fill way is 'natural'.

Throws

throws no exceptions thrown

See

see HTML_Progress2::setFillWay

Note

since 2.0.0

This function can not be called statically.

HTML_Progress2 : The Definitive Guide v 2.4.0 : April 20, 2007