XenForo
Administrative
- Thread starter
- Admin
- #1
Currently the type hint for a XF entity relationship/getter is
For relationships, an XF entity will reject updating a relationship property.
For getters, unless it overshadows an existing column, it will reject updating a getter property.
ادامه مطلب...
@property TYPE $name
. xf-dev:entity-class-properties
should use @property-read TYPE $name
when the property is readonly.For relationships, an XF entity will reject updating a relationship property.
For getters, unless it overshadows an existing column, it will reject updating a getter property.
ادامه مطلب...