LLMS_Post_Model::toArray()
Method: Coverts the object to an associative array Any property returned by $this->get_properties() will be retrieved via $this->get() and added to the array
Source: includes/abstracts/abstract.llms.post.model.php:951
Method: Coverts the object to an associative array Any property returned by $this->get_properties() will be retrieved via $this->get() and added to the array
Source: includes/abstracts/abstract.llms.post.model.php:951
Method: Retrieve the default values for properties
Source: includes/abstracts/abstract.llms.post.model.php:560
Method: An array of default arguments to pass to $this->create() when creating a new post This *should* be overridden by child classes
Source: includes/abstracts/abstract.llms.post.model.php:573
Method: Get media embeds
Source: includes/abstracts/abstract.llms.post.model.php:609
Method: Get a property’s data type for scrubbing used by $this->scrub() to determine how to scrub the property
Source: includes/abstracts/abstract.llms.post.model.php:638
Method: Retrieve an array of post properties These properties need to be get/set with alternate methods
Source: includes/abstracts/abstract.llms.post.model.php:663
Method: Retrieve an array of properties defined by the model
Source: includes/abstracts/abstract.llms.post.model.php:684
Method: Retrieve the registered Label of the posts current status
Source: includes/abstracts/abstract.llms.post.model.php:695
Method: Get an array of terms for a given taxonomy for the post
Source: includes/abstracts/abstract.llms.post.model.php:710
Method: Array of properties which *cannot* be set If a child class adds any properties which should not be settable the class should override this property and add their custom properties to the array
Source: includes/abstracts/abstract.llms.post.model.php:730