/** Delete the records of this object from the database. * As of version 2.0.alpha the delete recurses to the values of * multi value properties whose onDelete is 'd' or 'v' */ function delete() { $this->recurseDelete(); $this->pntDelete(); }