LLMS_Post_Model::__set( string $key, mixed $val )
Magic Setter
Description Description
Parameters Parameters
- $key
-
(string) (Required) key of the property
- $val
-
(mixed) (Required) value to set the property with
Return Return
(void)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
public function __set( $key, $val ) { $this->$key = $val; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: