EmmanuelD discussion is retrieved from the database
The setTitleAttribute method is one of those mutators laravel uses. If you set $discussion->title = 'foo'; This method is called.
Related to routing; the slug isn't used to retrieve the discussion, see https://discuss.flarum.org/d/2100-somefakeslug
You should be able to change the slug attribute from within an extension, as long as you do it after the title property has been assigned a value.