mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
API Remove @internal from new 4.2 methods
This commit is contained in:
parent
6c14cc86f0
commit
53dded8cff
@ -37,8 +37,6 @@ class DBDate extends DBField
|
|||||||
/**
|
/**
|
||||||
* Fixed locale to use for ISO date formatting. This is necessary to prevent
|
* Fixed locale to use for ISO date formatting. This is necessary to prevent
|
||||||
* locale-specific numeric localisation breaking internal date strings.
|
* locale-specific numeric localisation breaking internal date strings.
|
||||||
*
|
|
||||||
* @internal (remove internal in 4.2)
|
|
||||||
*/
|
*/
|
||||||
const ISO_LOCALE = 'en_US';
|
const ISO_LOCALE = 'en_US';
|
||||||
|
|
||||||
@ -216,8 +214,6 @@ class DBDate extends DBField
|
|||||||
/**
|
/**
|
||||||
* Return formatter in a given locale. Useful if localising in a format other than the current locale.
|
* Return formatter in a given locale. Useful if localising in a format other than the current locale.
|
||||||
*
|
*
|
||||||
* @internal (Remove internal in 4.2)
|
|
||||||
*
|
|
||||||
* @param string|null $locale The current locale, or null to use default
|
* @param string|null $locale The current locale, or null to use default
|
||||||
* @param string|null $pattern Custom pattern to use for this, if required
|
* @param string|null $pattern Custom pattern to use for this, if required
|
||||||
* @param int $dateLength
|
* @param int $dateLength
|
||||||
|
@ -232,8 +232,6 @@ class DBDatetime extends DBDate implements TemplateGlobalProvider
|
|||||||
/**
|
/**
|
||||||
* Return formatter in a given locale. Useful if localising in a format other than the current locale.
|
* Return formatter in a given locale. Useful if localising in a format other than the current locale.
|
||||||
*
|
*
|
||||||
* @internal (Remove internal in 4.2)
|
|
||||||
*
|
|
||||||
* @param string|null $locale The current locale, or null to use default
|
* @param string|null $locale The current locale, or null to use default
|
||||||
* @param string|null $pattern Custom pattern to use for this, if required
|
* @param string|null $pattern Custom pattern to use for this, if required
|
||||||
* @param int $dateLength
|
* @param int $dateLength
|
||||||
|
Loading…
Reference in New Issue
Block a user