mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-45618 Fix @since PHPdoc tags.
This commit is contained in:
parent
a929fd50f9
commit
5bcfd504df
110 changed files with 191 additions and 191 deletions
|
@ -1617,7 +1617,7 @@ abstract class moodle_database {
|
|||
* This method is intended for inserting of large number of small objects,
|
||||
* do not use for huge objects with text or binary fields.
|
||||
*
|
||||
* @since 2.7
|
||||
* @since Moodle 2.7
|
||||
*
|
||||
* @param string $table The database table to be inserted into
|
||||
* @param array|Traversable $dataobjects list of objects to be inserted, must be compatible with foreach
|
||||
|
@ -2229,7 +2229,7 @@ abstract class moodle_database {
|
|||
/**
|
||||
* Does this driver support tool_replace?
|
||||
*
|
||||
* @since 2.6.1
|
||||
* @since Moodle 2.6.1
|
||||
* @return bool
|
||||
*/
|
||||
public function replace_all_text_supported() {
|
||||
|
@ -2239,7 +2239,7 @@ abstract class moodle_database {
|
|||
/**
|
||||
* Replace given text in all rows of column.
|
||||
*
|
||||
* @since 2.6.1
|
||||
* @since Moodle 2.6.1
|
||||
* @param string $table name of the table
|
||||
* @param database_column_info $column
|
||||
* @param string $search
|
||||
|
|
|
@ -1266,7 +1266,7 @@ s only returning name of SQL substring function, it now requires all parameters.
|
|||
/**
|
||||
* Does this driver support tool_replace?
|
||||
*
|
||||
* @since 2.6.1
|
||||
* @since Moodle 2.6.1
|
||||
* @return bool
|
||||
*/
|
||||
public function replace_all_text_supported() {
|
||||
|
|
|
@ -1153,7 +1153,7 @@ class mysqli_native_moodle_database extends moodle_database {
|
|||
* This method is intended for inserting of large number of small objects,
|
||||
* do not use for huge objects with text or binary fields.
|
||||
*
|
||||
* @since 2.7
|
||||
* @since Moodle 2.7
|
||||
*
|
||||
* @param string $table The database table to be inserted into
|
||||
* @param array|Traversable $dataobjects list of objects to be inserted, must be compatible with foreach
|
||||
|
@ -1535,7 +1535,7 @@ class mysqli_native_moodle_database extends moodle_database {
|
|||
/**
|
||||
* Does this driver support tool_replace?
|
||||
*
|
||||
* @since 2.6.1
|
||||
* @since Moodle 2.6.1
|
||||
* @return bool
|
||||
*/
|
||||
public function replace_all_text_supported() {
|
||||
|
|
|
@ -950,7 +950,7 @@ class pgsql_native_moodle_database extends moodle_database {
|
|||
* This method is intended for inserting of large number of small objects,
|
||||
* do not use for huge objects with text or binary fields.
|
||||
*
|
||||
* @since 2.7
|
||||
* @since Moodle 2.7
|
||||
*
|
||||
* @param string $table The database table to be inserted into
|
||||
* @param array|Traversable $dataobjects list of objects to be inserted, must be compatible with foreach
|
||||
|
@ -1345,7 +1345,7 @@ class pgsql_native_moodle_database extends moodle_database {
|
|||
/**
|
||||
* Does this driver support tool_replace?
|
||||
*
|
||||
* @since 2.6.1
|
||||
* @since Moodle 2.6.1
|
||||
* @return bool
|
||||
*/
|
||||
public function replace_all_text_supported() {
|
||||
|
|
|
@ -1333,7 +1333,7 @@ class sqlsrv_native_moodle_database extends moodle_database {
|
|||
/**
|
||||
* Does this driver support tool_replace?
|
||||
*
|
||||
* @since 2.6.1
|
||||
* @since Moodle 2.6.1
|
||||
* @return bool
|
||||
*/
|
||||
public function replace_all_text_supported() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue