expBot
extends expSubsystem
in package
This is the class expBot
Tags
Table of Contents
- $method : mixed
- $url : mixed
- __construct() : mixed
- __get() : null
- Generic magic method
- __isset() : bool
- Generic magic method
- __set() : mixed
- Generic magic method We MUST create/set non-existing properties for Exponent code to work
- __unset() : mixed
- Generic magic method
- fire() : mixed
Properties
$method
public
mixed
$method
= 'GET'
$url
public
mixed
$url
= ''
Methods
__construct()
public
__construct(mixed $params) : mixed
Parameters
- $params : mixed
Return values
mixed —__get()
Generic magic method
public
__get( $property) : null
Parameters
Return values
null —__isset()
Generic magic method
public
__isset( $property) : bool
Parameters
Return values
bool —__set()
Generic magic method We MUST create/set non-existing properties for Exponent code to work
public
__set( $property, $value) : mixed
Parameters
Return values
mixed —__unset()
Generic magic method
public
__unset( $property) : mixed
Parameters
Return values
mixed —fire()
public
fire() : mixed