LLMS_Course::toArrayAfter( array $arr )
Add data to the course model when converted to array
Description Description
Called before data is sorted and returned by $this->jsonSerialize().
Parameters Parameters
- $arr
-
(Required) Data to be serialized.
Return Return
(array)
Source Source
File: includes/models/model.llms.course.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Unknown. |
3.3.0 | Introduced. |