PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::isBorderPainted — Determines whether the progress bar border is painted or not

Synopsis

      require_once 'HTML/Progress2.php';
     
boolean HTML_Progress2::isBorderPainted( );  
  ;

Description

By default, each progress bar (horizontal, vertical) has no border. This function gave ability to know if you've already set a border (return TRUE), or not (return FALSE).

Throws

throws no exceptions thrown

See

see HTML_Progress2::setBorderPainted

Note

since 2.0.0

This function can not be called statically.

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