WebChemistry / images

Image storage for Nette Framework
36 stars 20 forks source link

Add onTemplateCreated event for TPresenter #4

Closed JakubBarta closed 9 years ago

JakubBarta commented 9 years ago

This is useful if some additional operations with template are necessary. Without this, it is impossible for presenter with this trait to affect template creation (implementing createTemplate() in presenter itself would override trait's method, therefore storage wouldn't be injected).