LLMS_Abstract_Database_Store::to_array()
Retrieve object as an array
Description Description
Return Return
(array)
Source Source
File: includes/abstracts/llms.abstract.database.store.php
public function to_array() { return array_merge( $this->primary_key, $this->data ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.14.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: