/** * Try to set typeid from string * @param string $String */ protected function guessTypeID($String) { $this->TrainingObject->setTypeid(self::getIDforDatabaseString('type', $String)); }