LLMS_Question::toArrayAfter( array $arr )
Called before data is sorted and returned by $this->toArray()
Description Description
Extending classes should override this data if custom data should be added when object is converted to an array or json.
Parameters Parameters
- $arr
-
(Required) Array of data to be serialized.
Return Return
(array)
Source Source
File: includes/models/model.llms.question.php
Changelog Changelog
Version | Description |
---|---|
3.3.0 | |
3.16.0 | Introduced. |