mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Update method definition in the user guide
This commit is contained in:
parent
ef2c3b4400
commit
c6a913731c
@ -1726,7 +1726,7 @@ Class Reference
|
||||
.. php:method:: set($key[, $value = ''[, $escape = null]])
|
||||
|
||||
:param mixed $key: Field name, or an array of field/value pairs
|
||||
:param string $value: Field value, if $key is a single field
|
||||
:param mixed $value: Field value, if $key is a single field
|
||||
:param bool $escape: Whether to escape values and identifiers
|
||||
:returns: ``BaseBuilder`` instance (method chaining)
|
||||
:rtype: ``BaseBuilder``
|
||||
|
Loading…
x
Reference in New Issue
Block a user