public function createGuest($data = array()) { $object = new \Object\Guest(); $object->setSociete($this); return $object->updateData($data); }