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:
LiamKearn 2022-01-18 13:52:01 +11:00 committed by GitHub
parent 94f976d985
commit ce3e07a189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)