MINOR Documentaion

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@73234 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-03-17 20:21:21 +00:00
parent a2f6d82379
commit 2a2e83f8e3

View File

@ -6,9 +6,12 @@
* calling the methods provided by the ViewableData base-class, from which most Sapphire objects
* are inherited.
*
*
* ViewableData cover page controls, controllers, and data objects. It's the basic unit of
* data exchange. More specifically, it's anything that can be put into a view.
*
* If any public method on this class is prefixed with an underscore,
* the results are cached in memory through {@link cachedCall()}.
*
* @package sapphire
* @subpackage view
*/