• pv2b's avatar
    (base) Do not encourage overriding getModel() · bf79d5a6
    pv2b authored
    Overriding getModel() is not to be done lightly. The code relies on the same object being there through multiple calls to getModel(). Any overriding methods should preserve this same behavior. For this reason, we should not encourage tinkering with this in a comment, better be silent on the matter.
    bf79d5a6
ApiMutableModelControllerBase.php 6.53 KB