-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
COCategory: CoreCategory: CoreFixedResolution: issue closed because fixedResolution: issue closed because fixedHookImprovementType: ImprovementType: Improvement
Description
It is impossible to override new classes that are implementing PresenterInterface. But sometime it is necessary to add or edit presented information. It is can be easily done with one line of code before the end of public function present($object):
Hook::exec('actionPresenter presented object', array('object' => presented object));
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
COCategory: CoreCategory: CoreFixedResolution: issue closed because fixedResolution: issue closed because fixedHookImprovementType: ImprovementType: Improvement