Factory::build( string $class )
The build method for creating a new Neve module class.
Parameters
- $class
-
(Required) The name of the feature to instantiate.
Return
(object|null)
Source
File: inc/core/factory.php
Expand full source code Collapse full source code View on Github
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |