Name
HTML_Progress2::getCellCoordinates
— Returns coordinates of each cell for a polygonal progress
meter
Synopsis
require_once 'HTML/Progress2.php';
array HTML_Progress2::getCellCoordinates(
|
) ;
|
|
Description
Get array of all cell coordinates (x,y) that define a polygonal
progress meter. For example, a 3x3 square as: (0,0) for top left
corner, (2,0) for top right corner, (2,2) for bottom right corner,
and (0,2) for bottom left corner.
Throws
throws no exceptions thrown
Note
since 2.0.0
This function can not be called statically.