Skip to content

Commit 9431807

Browse files
committed
docs: add deprecated directives
1 parent 7cd8519 commit 9431807

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

user_guide_src/source/database/query_builder.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,6 +1799,9 @@ Class Reference
17991799

18001800
.. php:method:: setInsertBatch($key[, $value = ''[, $escape = null]])
18011801
1802+
.. deprecated:: 4.3.0
1803+
Use :php:meth:`CodeIgniter\\Database\\BaseBuilder::setData()` instead.
1804+
18021805
:param mixed $key: Field name or an array of field/value pairs
18031806
:param string $value: Field value, if $key is a single field
18041807
:param bool $escape: Whether to escape values
@@ -1900,6 +1903,9 @@ Class Reference
19001903

19011904
.. php:method:: setUpdateBatch($key[, $value = ''[, $escape = null]])
19021905
1906+
.. deprecated:: 4.3.0
1907+
Use :php:meth:`CodeIgniter\\Database\\BaseBuilder::setData()` instead.
1908+
19031909
:param mixed $key: Field name or an array of field/value pairs
19041910
:param string $value: Field value, if $key is a single field
19051911
:param bool $escape: Whether to escape values

user_guide_src/source/libraries/cookies.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ Class Reference
326326

327327
.. php:method:: withNeverExpiring()
328328
329+
.. deprecated:: 4.2.6
330+
329331
.. important:: This method is deprecated. It will be removed in future releases.
330332

331333
:param string $name:

0 commit comments

Comments
 (0)