mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOC DBComposite reword to make a little more sense. (#10193)
* Docs: DBComposite reword to make a little more sense. * Update src/ORM/FieldType/DBComposite.php Docs: Rewording DBComposite explanation based on feedback Co-authored-by: Steve Boyd <emteknetnz@gmail.com>
This commit is contained in:
parent
94f976d985
commit
ce3e07a189
@ -8,7 +8,7 @@ use SilverStripe\ORM\DB;
|
||||
use SilverStripe\ORM\Queries\SQLSelect;
|
||||
|
||||
/**
|
||||
* Apply this interface to any {@link DBField} that doesn't have a 1-1 mapping with a database field.
|
||||
* Extend this class when designing a {@link DBField} that doesn't have a 1-1 mapping with a database field.
|
||||
* This includes multi-value fields and transformed fields
|
||||
*
|
||||
* @todo Unittests for loading and saving composite values (see GIS module for existing similar unittests)
|
||||
|
Loading…
Reference in New Issue
Block a user