mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Marked new $create_table_options API as experimental
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77170 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
336bce8bf8
commit
4e8735b10e
@ -3032,6 +3032,9 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
|
|||||||
* )
|
* )
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
|
* Caution: This API is experimental, and might not be
|
||||||
|
* included in the next major release. Please use with care.
|
||||||
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
static $create_table_options = array(
|
static $create_table_options = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user