LLMS_Abstract_Database_Store::get_id()
Get the ID of the object
Contents
Return Return
(int)
Source Source
File: includes/abstracts/llms.abstract.database.store.php
public function get_id() {
return $this->id;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.14.0 | Introduced. |