Class/method modifications

Stepel

Member
Hi,

what should I do if I have to override some method and I can't do it by doing my things and later use $parent::METHOD_NAME;

Example I would like to modificate some foreach in method... what is the best pracitse ?
Is there any better way than repeat some code fragment or override parent method?
 
Top Bottom