- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
You can extend a class and override its methods by having the same name then call it's parent method with this line
but how do you override a property?
I have this code
PHP:
well, clearly it overrides $allowedRelations, but I just want to add new element
return parent:methodName();
but how do you override a property?
I have this code
PHP:
well, clearly it overrides $allowedRelations, but I just want to add new element
Custom
to the parent...
نام موضوع : How to override a property?