Abstract_Component::set_property( string $key = '', mixed $value = '' )
Method to set protected properties for class.
Parameters
- $key
-
(Optional) The property key name.
Default value: ''
- $value
-
(Optional) The property value.
Default value: ''
Return
(bool)
Source
File: header-footer-grid/Core/Components/Abstract_Component.php
Expand full source code Collapse full source code View on Github
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |