LLMS_Abstract_Database_Store::to_array()

Retrieve object as an array


Description Description


Return Return

(array)


Top ↑

Source Source

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

	public function to_array() {

		return array_merge( $this->primary_key, $this->data );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.14.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: