PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::setBorderPainted — Decides to paint or not a border to the progress bar.

Synopsis

      require_once 'HTML/Progress2.php';
     
void HTML_Progress2::setBorderPainted( $paint);  
boolean   $paint;

Description

This function gave ability to set ($paint = TRUE) or remove ($paint = FALSE) a border to the current progress bar.

Parameter

boolean $paint

whether the progress bar should paint its border

See

see HTML_Progress2::isBorderPainted

Throws

throws HTML_PROGRESS2_ERROR_INVALID_INPUT

Note

since 2.0.0

This function can not be called statically.

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