LLMS_Post_Model::get_unsettable_properties()

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

Used by 2 functions | Uses 0 functions

LLMS_Post_Model::scrub()

Method: Scrub field according to it’s type This is automatically called by set() method before anything is actually set

Source: includes/abstracts/abstract.llms.post.model.php:781

Used by 2 functions | Uses 2 functions

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

Used by 3 functions | Uses 7 functions