Exemplo n.º 1
0
 /**
  * API for creating a new object
  *
  * @return boolean Indicating success
  */
 public function create()
 {
     return midcom_baseclasses_core_dbobject::create($this);
 }