Trend
extends TiqBase
in package
Create a Trend application. The purpose of this code is to first parse input and second output Javascript.
Table of Contents
- $loader : mixed
- $options : mixed
- $tagList : mixed
- __construct() : mixed
- Expects a loader class to be passed in, and parses input data.
- __get() : mixed
- Base getter hooked into php's magic __get
- __set() : mixed
- Base setter hooked into php's magic __set
- createTrend() : mixed
- Creates the Trend by instantiating the ThinkIqApp React Side
- terminate() : mixed
- Logs an error and throws and exception
Properties
$loader
public
mixed
$loader
= null
$options
protected
mixed
$options
= array()
$tagList
protected
mixed
$tagList
= null
Methods
__construct()
Expects a loader class to be passed in, and parses input data.
public
__construct(StandardLoader $loader) : mixed
Parameters
- $loader : StandardLoader
-
This will load all of the dependencies needed for this component
Return values
mixed —__get()
Base getter hooked into php's magic __get
public
__get(string $name) : mixed
Allows the retrieval of properties from a class. Requires the implementation of a get method in the concrete class
Parameters
- $name : string
-
name of the property
Return values
mixed —__set()
Base setter hooked into php's magic __set
public
__set(string $name, mixed $value) : mixed
Allows the settings of properties on a class safely. Requires the implementation of a set method in the concrete class
Parameters
- $name : string
-
name of property to be set
- $value : mixed
Return values
mixed —createTrend()
Creates the Trend by instantiating the ThinkIqApp React Side
public
createTrend() : mixed
Return values
mixed —terminate()
Logs an error and throws and exception
protected
terminate([string $message = '' ]) : mixed
Parameters
- $message : string = ''
-
Reason for termination