Exemple #1
0
 /**
  *  processCheckBox
  * 
  *  Obtain an array with all results from Element's table to be used in ElementContainer. 
  */
 function processCheckBox()
 {
     return $this->dataStorage->readElements($this, 'array', null, null, null);
 }