[ Index ] |
|
Code source de phpMyVisites 2.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
awGraph:: (11 méthodes):
__construct()
deleteFromCache()
deleteAllCache()
cleanCache()
setTiming()
add()
draw()
drawTitle()
drawTiming()
cleanGraphCache()
microtimeFloat()
__construct($width = NULL, $height = NULL, $name = NULL, $timeout = 0) X-Ref |
Construct a new awgraph param: int $width Graph width param: int $height Graph height param: string $name Graph name for the cache (must be unique). Let it null to not use the cache. param: int $timeout Cache timeout (unix timestamp) |
deleteFromCache($name) X-Ref |
Delete a graph from the cache param: string $name Graph name return: bool TRUE on success, FALSE on failure |
deleteAllCache() X-Ref |
Delete all graphs from the cache |
cleanCache() X-Ref |
Clean cache |
setTiming($timing) X-Ref |
Enable/Disable graph timing param: bool $timing |
add(awComponent $component) X-Ref |
Add a component to the graph param: awComponent $component |
draw() X-Ref |
Build the graph and draw component on it Image is sent to the user browser |
drawTitle() X-Ref |
Pas de description |
drawTiming($time) X-Ref |
Pas de description |
cleanGraphCache($file) X-Ref |
Pas de description |
microtimeFloat() X-Ref |
Pas de description |
Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |