]> git.mxchange.org Git - shipsimu.git/commit
Generic methods created from non-generic implementation:
authorRoland Häder <roland@mxchange.org>
Sat, 28 Jun 2008 21:19:17 +0000 (21:19 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 28 Jun 2008 21:19:17 +0000 (21:19 +0000)
commit9aa87152298f44bf6ed5a50e952fbae993a46c3a
treecdf8746270a7bcc9b3d021fd253ac775ca0b06ba
parent301ba94813e926adae38c46bf0123d9c0da31084
Generic methods created from non-generic implementation:
- Method updateDatabaseField() is now generic and throws an exception if the
  class ($this) does not implement interface "Updateable"
- New exception DatabaseUpdateSupportException added for above method
- Method getField() is also generic now
.gitattributes
inc/classes/exceptions/database/class_ [new file with mode: 0644]
inc/classes/exceptions/database/general/class_DatabaseUpdateSupportException.php [new file with mode: 0644]
inc/classes/interfaces/database/class_Updateable.php [new file with mode: 0644]
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/user/class_BaseUser.php
inc/classes/main/user/user/class_User.php