Blesta Source Documentation

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
Properties
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
throws
Exception

Thrown when the helper does not exist

Return values
mixed

A helper whose purpose is to manipulate data structures of the type $structure

Tags
subpackage

helpers.dataStructure


        
On this page

Search results