function pPie::pPie in Visitors 7.2
Same name and namespace in other branches
- 7 pChart/class/pPie.class.php \pPie::pPie()
File
- pChart/
class/ pPie.class.php, line 39
Class
Code
function pPie($Object, $pDataObject) {
/* Cache the pChart object reference */
$this->pChartObject = $Object;
/* Cache the pData object reference */
$this->pDataObject = $pDataObject;
}