Is there a reason why there are no getter and setter methods in the class JAuthenticationResponse:
https://github.com/joomla/joomla-cms/blob/staging/libraries/joomla/authentication/response.php
Is there a reason why these methods should not be inserted afterwards?
Labels |
Added:
?
|
Category | ⇒ | Authentication |
Status | New | ⇒ | Closed - No Reply |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-05 12:43:46 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/13824
closed as "No Reply"
It's a value object. Basically it's just the same as a plain
stdClass
object at this point just with a defined structure. Is there really a need for getter/setter methods?