Ejemplo n.º 1
0
 /**
  * Returns the data because there is no need to prepare it.
  *
  * @param mixed $data Simple type or array
  * @param bool $useApc Use APC or not
  * @return mixed $data
  */
 public function prepareData($data, $useApc = false)
 {
     return parent::prepareData($data, $useApc);
 }