You are here

function pPie::pPie in Visitors 7.2

Same name and namespace in other branches
  1. 7 pChart/class/pPie.class.php \pPie::pPie()

File

pChart/class/pPie.class.php, line 39

Class

pPie

Code

function pPie($Object, $pDataObject) {

  /* Cache the pChart object reference */
  $this->pChartObject = $Object;

  /* Cache the pData object reference */
  $this->pDataObject = $pDataObject;
}