Exemple #1
0
 public function delete()
 {
     $this->processData('preDelete');
     $return = $this->dataStorage->deleteElement($this);
     $this->processData('postDelete');
     return $return;
 }
Exemple #2
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);
 }