$value) { $this->{$key} = $value; } } /** * Resets the _entity and _relationship_entities properties. */ public function resetEntityData() { $this->_entity = NULL; $this->_relationship_entities = []; } }