Abstract_Builder::get_component( string|null $id = null )
Get a component from builder.
Parameters
- $id
-
(Optional) The id of the component.
Default value: null
Return
(HFGCoreComponentsAbstract_Component)
Source
File: header-footer-grid/Core/Builder/Abstract_Builder.php
Expand full source code Collapse full source code View on Github
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |