Public Member Functions | |
| DbObject () | |
| setValue ($key, $value) | |
| getValue ($key) | |
| setProperties ($properties) | |
| getProperties () | |
| getClass () | |
| getPK () | |
| getFields () | |
| getFieldGetters () | |
Public Attributes | |
| $_table | |
| $_pk | |
| $_class | |
| $_fields | |
| $_properties | |
| $unserializable | |
Private Member Functions | |
| __sleep () | |
Definition at line 10 of file dbobject.class.php.
| DbObject.DbObject | ( | ) |
Definition at line 19 of file dbobject.class.php.
Referenced by ArticleCategory.ArticleCategory(), ArticleNotification.ArticleNotification(), BayesianFilterInfo.BayesianFilterInfo(), BayesianToken.BayesianToken(), BlogCategory.BlogCategory(), BlogInfo.BlogInfo(), CustomField.CustomField(), CustomFieldValue.CustomFieldValue(), GalleryAlbum.GalleryAlbum(), GalleryResource.GalleryResource(), GlobalArticleCategory.GlobalArticleCategory(), MyLink.MyLink(), MyLinksCategory.MyLinksCategory(), Permission.Permission(), Referer.Referer(), UserInfo.UserInfo(), and UserPermission.UserPermission().
| DbObject.setValue | ( | $ | key, | |
| $ | value | |||
| ) |
Reimplemented in BlogInfo.
Definition at line 29 of file dbobject.class.php.
Referenced by XmlRpcServer_Test.testMetaWeblogGetPost().
| DbObject.getValue | ( | $ | key | ) |
Reimplemented in BlogInfo.
Definition at line 34 of file dbobject.class.php.
Referenced by Article.getComments(), GalleryResource.getMediumSizePreviewFileName(), GalleryResource.getOriginalSizeFileName(), GalleryResource.getPreviewFileName(), and BayesianToken.isValid().
| DbObject.setProperties | ( | $ | properties | ) |
Reimplemented in Article, BlogInfo, and GalleryAlbum.
Definition at line 39 of file dbobject.class.php.
Referenced by ArticleCategory.ArticleCategory(), GalleryResource.GalleryResource(), MyLink.MyLink(), MyLinksCategory.MyLinksCategory(), UserComment.UserComment(), and UserInfo.UserInfo().
| DbObject.getProperties | ( | ) |
Reimplemented in Article, BlogCategory, GlobalArticleCategory, and GalleryAlbum.
Definition at line 44 of file dbobject.class.php.
| DbObject.getClass | ( | ) |
Definition at line 49 of file dbobject.class.php.
| DbObject.getPK | ( | ) |
Definition at line 54 of file dbobject.class.php.
| DbObject.getFields | ( | ) |
Definition at line 59 of file dbobject.class.php.
| DbObject.getFieldGetters | ( | ) |
Definition at line 64 of file dbobject.class.php.
| DbObject.__sleep | ( | ) | [private] |
No null values are serialized to the session. If there any values in your data class that need not be serialized to the cache, please implement your own version of __sleep, set those attributes to null and call parent.__sleep() so that those attributes are not serialized.
Reimplemented in Article, ArticleCategory, BlogInfo, UserComment, and UserInfo.
Definition at line 77 of file dbobject.class.php.
References $vars.
| DbObject.$_table |
Definition at line 12 of file dbobject.class.php.
| DbObject.$_pk |
Definition at line 13 of file dbobject.class.php.
| DbObject.$_class |
Definition at line 14 of file dbobject.class.php.
| DbObject.$_fields |
Definition at line 15 of file dbobject.class.php.
| DbObject.$_properties |
Reimplemented in Article, BlogCategory, GlobalArticleCategory, and GalleryAlbum.
Definition at line 16 of file dbobject.class.php.
| DbObject.$unserializable |
Definition at line 17 of file dbobject.class.php.