LLMS_Post_Model::toArrayAfter( array $arr )
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
Description Description
Parameters Parameters
- $arr
-
(array) (Required) array of data to be serialized
Return Return
(array)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
protected function toArrayAfter( $arr ) { return $arr; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: