Update method definition in the user guide

This commit is contained in:
michalsn 2021-07-04 10:31:25 +02:00 committed by John Paul E. Balandan, CPA
parent ef2c3b4400
commit c6a913731c

View File

@ -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``