| 1 | <?php |
||
| 8 | class Funnel extends Widget |
||
| 9 | { |
||
| 10 | protected $type = false; |
||
| 11 | protected $showPercentage = true; |
||
| 12 | protected $dataset = array(); |
||
| 13 | |||
| 14 | 1 | public function setShowPercentage($showPercentage) |
|
| 20 | |||
| 21 | 1 | public function getShowPercentage() |
|
| 25 | |||
| 26 | 1 | public function setType($type) |
|
| 32 | |||
| 33 | 1 | public function getType() |
|
| 37 | |||
| 38 | 1 | public function addEntry($entry) |
|
| 44 | |||
| 45 | 1 | public function getData() |
|
| 68 | } |
||
| 69 |