]> git.mxchange.org Git - core.git/commit
Moved getter near it's setter counter part to have them next to each other.
authorRoland Haeder <roland@mxchange.org>
Sat, 21 Mar 2015 20:59:02 +0000 (21:59 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 21 Mar 2015 20:59:02 +0000 (21:59 +0100)
commitb7ed2a19491fa6e5e4e08bd2d4f4ac3ff0bd946a
tree78cd5bf7808f1012cf2e15738d367a5a56f9b131
parenta3f391f5923305b5a612b329e4fef26bb3db0d6b
Moved getter near it's setter counter part to have them next to each other.
Still this particular "base" class needs cleanup in things of position of
methods: first private, then protected then public and always keep setter
and getter close to each other and at top position (right after contructor).
All existing factory methods always lead setters and getters (right after
constructor).

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/template/class_BaseTemplateEngine.php