MINOR deprecation notes

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64429 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-10-16 13:44:20 +00:00
parent 794ae40f8f
commit cb5d772111
4 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@
/**
* Displays complex reports based on the list of tables and fields provided to
* the object.
* @deprecated 2.3 Use TableListField
* @package forms
* @subpackage fields-reports
*/
@ -321,6 +322,7 @@ HTML;
/**
* Assisting class. Determines whether or not a column is hidden.
* Not so helpful here, but we could overload it in other classes.
* @deprecated 2.3 Use TableListField
* @package forms
* @subpackage fields-reports
*/
@ -350,6 +352,7 @@ class ReportField_SimpleFilter extends Object {
/**
* This class instantiates an instance of the report field and receives ajax requests
* to the report field.
* @deprecated 2.3 Use TableListField
* @package forms
* @subpackage fields-reports
*/

View File

@ -1,6 +1,7 @@
<?php
/**
* A Text field that cannot contain certain characters
* @deprecated 2.3
* @package forms
* @subpackage fields-formatted
*/

View File

@ -2,6 +2,7 @@
/**
* Text field that automatically checks that the value entered is unique for the given
* set of fields in a given set of tables
* @deprecated 2.3
* @package forms
* @subpackage fields-formattedinput
*/

View File

@ -2,6 +2,7 @@
/**
* Text field that automatically checks that the value entered is unique for the given
* set of fields in a given set of tables
* @deprecated 2.3
* @package forms
* @subpackage fields-formattedinput
*/