LLMS_Course::toArrayAfter()

Method: Add data to the course model when converted to array Called before data is sorted and returned by $this->jsonSerialize()

Source: includes/models/model.llms.course.php:639

Used by 0 functions | Uses 6 functions

LLMS_Post_Model::toArrayAfter()

Method: Called before data is sorted and returned by $this->toArray() Extending classes should override this data if custom data should be added when object is converted to an array or json

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

Used by 1 function | Uses 0 functions