silverstripe-reports/code/model
Ingo Schommer b19a82b693 SiteTree on*() callbacks now consistently invoke on subclasses as well
Before this was only possible for some specific ones, like onBeforeWrite.
This excludes any callbacks with augment*() or update*() naming,
since these are assumed to be on extension only, with a corresponding
base method available on the class itself (e.g. "updateCMSFields()"
vs "getCMSFields()").
2013-02-06 10:43:31 +01:00
..
CurrentPageIdentifier.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
ErrorPage.php Extracted ErrorPage default data to getter 2013-01-30 13:07:11 +01:00
RedirectorPage.php FIX Remove Metadata Label from RedirectorPage. (Fixes #7959) 2012-10-23 19:32:25 +13:00
SiteConfig.php Added placeholder text to group listboxes 2012-12-15 19:57:14 +01:00
SiteTree.php SiteTree on*() callbacks now consistently invoke on subclasses as well 2013-02-06 10:43:31 +01:00
SiteTreeExtension.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
SiteTreeFileExtension.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
SiteTreeFolderExtension.php BUG: Replaced extendedSQL with DataList as per ticket 8183 2013-01-24 08:45:30 +13:00
VirtualPage.php Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00