LLMS_Section::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.section.php:197

Used by 0 functions | Uses 1 function

LLMS_Lesson::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.lesson.php:483

Used by 0 functions | Uses 2 functions

LLMS_Quiz::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/models/model.llms.quiz.php:174

Used by 0 functions | Uses 2 functions

LLMS_Question::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/models/model.llms.question.php:599

Used by 0 functions | Uses 2 functions