LLMS_Abstract_Database_Store::set( string $key, mixed $val, boolean $save = false )

General setter


Description Description


Parameters Parameters

$key

(Required) Column name.

$val

(Required) Column value.

$save

(Optional) If true, immediately persists to database.

Default value: false


Top ↑

Return Return

(LLMS_Abstract_Database_Store) Instance of the current object, useful for chaining.


Top ↑

Source Source

File: includes/abstracts/llms.abstract.database.store.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.21.0 Unknown.
3.14.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.