Ejemplo n.º 1
0
 public function clearMeta()
 {
     if ($this->id > 0) {
         ElementMeta::deleteByElement($this->id);
     }
 }