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
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
Method: Retrieve course tags
Source: includes/models/model.llms.course.php:376
Method: Retrieve course tracks
Source: includes/models/model.llms.course.php:387
Method: Retrieve an instance of the LLMS_Product for this course
Source: includes/models/model.llms.course.php:427
Method: Retrieve course categories
Source: includes/models/model.llms.course.php:178
Method: Retrieve an instance of the LLMS_Product for this course
Source: includes/models/model.llms.membership.php:127
Function: Retrieve the LLMS Post Model for a give post by ID or WP_Post Object
Source: includes/llms.functions.core.php:716
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
Method: Determine if the associated post is exportable
Source: includes/abstracts/abstract.llms.post.model.php:756
Method: Format the object for json serialization encodes the results of $this->toArray()
Source: includes/abstracts/abstract.llms.post.model.php:767