Adds the ability to run custom initialization in derived DBOActions. Currently, you...
authorSebastian Teumert <sebastian.teumert@gmx.de>
Sun, 7 Sep 2014 10:46:41 +0000 (12:46 +0200)
committerSebastian Teumert <sebastian.teumert@gmx.de>
Sun, 7 Sep 2014 10:46:41 +0000 (12:46 +0200)
commit57757c3e5230d4f3bbde48c2fded7e1d78ef76a9
treef518e3c6ee7742de31ff2de236238afa6242c193
parent9e07859e3006083b539ac424e0ed03f7adaefa1d
Adds the ability to run custom initialization in derived DBOActions. Currently, you have to use an event listener with proper nice value to ensure your initialization runs before evrything else. This change allows derived classes to use the initialized values from the constructor but on the same time runs before any 3rd party event listeners. This greatly enhances the flexibility and extensibily of DBOActions.
wcfsetup/install/files/lib/data/AbstractDatabaseObjectAction.class.php