Sean Harvey
6fc9db6f0e
API DataObject::validate() visibility changed to public (issue #1659 )
...
DataObject::validate() is currently set to protected, but this means
you can't call validate() from outside the context of itself unless
you overload the method to use a public visibility and then call
parent::validate()
As it would turn out, most classes that overload this method already
set the visibility to public, so it would make sense the parent matches
that as well.
2013-12-19 16:36:39 +13:00
..
2013-11-13 15:13:27 +13:00
2013-07-08 15:27:13 +12:00
2013-11-21 13:03:18 +00:00
2013-11-28 11:55:25 +13:00
2013-03-24 17:20:53 +01:00
2012-09-20 10:46:59 +02:00
2013-06-01 11:51:01 +12:00
2013-11-21 13:03:18 +00:00
2013-05-21 22:24:41 +12:00
2013-12-19 16:36:39 +13:00
2012-11-15 14:43:19 +13:00
2013-10-03 14:20:31 +13:00
2013-02-18 15:43:52 +01:00
2013-11-21 13:03:18 +00:00
2012-06-27 16:09:31 +02:00
2013-11-01 11:39:13 +13:00
2012-04-15 10:50:19 +12:00
2013-08-22 13:00:25 +02:00
2013-04-18 09:13:24 +12:00
2013-03-24 17:20:53 +01:00
2013-10-23 10:16:18 +03:00
2012-12-14 13:30:35 +13:00
2012-11-02 18:21:02 -07:00
2013-11-21 13:03:18 +00:00
2013-05-21 22:24:41 +12:00
2013-11-18 20:38:57 +13:00
2013-11-28 11:55:25 +13:00
2013-11-28 11:55:25 +13:00
2013-11-28 11:55:25 +13:00
2013-05-21 22:24:41 +12:00
2012-12-14 13:30:35 +13:00
2012-07-13 11:37:35 +02:00
2013-10-03 14:20:31 +13:00
2013-03-24 17:20:53 +01:00
2013-05-24 15:19:19 -07:00
2013-05-10 16:16:31 +12:00
2013-03-15 13:56:43 +13:00
2012-09-30 17:18:13 +13:00
2013-12-06 10:02:44 -08:00