foreach ($texts as $text) {
            if (is_null($this->$text)) {
                $this->$text = "";
            }
        }