DataStructure extends Helper
Factory class for creating Data Structure Helper objects
Table of Contents
Properties
| $components | |
| $helpers | |
| $models |
Methods
| __construct() | |
| create() | Returns an instance of the requested helper |
Methods
__construct()
public
__construct() : mixed
create()
Returns an instance of the requested helper
public
static create(string $structure) : mixed
Parameters
- $structure : string
-
The name of the data structure helper to instantiate
Tags
Return values
mixed —A helper whose purpose is to manipulate data structures of the type $structure